tree: 4db94a3771fa69b796c6edaf91a502dc98d00343 [path history] [tgz]
  1. crypto/
  2. fidl/
  3. fxfs_pbtool/
  4. macros/
  5. make-blob-image/
  6. meta/
  7. platform/
  8. src/
  9. test-fxfs/
  10. testdata/
  11. tools/
  12. trace/
  13. unicode/
  14. BUILD.gn
  15. 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 --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.