tree: 12750b156732c4f952fbd822c47244b6dc3f2a54 [path history] [tgz]
  1. crypto/
  2. fidl/
  3. macros/
  4. make-blob-image/
  5. meta/
  6. platform/
  7. src/
  8. test/
  9. testdata/
  10. tools/
  11. trace/
  12. BUILD.gn
  13. README.md
src/storage/fxfs/README.md

Fxfs is a filesystem under active development. See the RFC for the motivation and higher level design decisions.

Fxfs has rustdoc style documentation which can be generated and opened with commands like:

# Configure the build to generate cargo output.
$ fx set core.x64 --goma --auto-dir --with //src/storage/fxfs:tests --cargo-toml-gen
# Rebuild to actually generates cargo .toml files.
$ fx build
# Generate rustdoc.
$ fx rustdoc --doc-private //src/storage/fxfs:lib --open

Note: The last line prints the documentation location, which depends on target.