tree: f95ea05431d1bb8f0e2e94b77bcd170b7b580db3
  1. benches/
  2. crypto/
  3. fidl/
  4. fxfs_pbtool/
  5. macros/
  6. make-blob-image/
  7. meta/
  8. platform/
  9. src/
  10. test/
  11. test-fxfs/
  12. testdata/
  13. tools/
  14. trace/
  15. unicode/
  16. BUILD.gn
  17. README.md
  18. TESTING.json5
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 --with //src/storage/fxfs:tests --cargo-toml-gen
# Rebuild to actually generates cargo .toml files.
$ fx build
# Generate rustdoc.
$ fx rustdoc-link //src/storage/fxfs:lib

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