tree: bfb6508da95a1df9f340d1d331be2447c119c12a [path history] [tgz]
  1. fidl/
  2. macros/
  3. src/
  4. test/
  5. testdata/
  6. tools/
  7. BUILD.gn
  8. 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.