tree: 8c3572237ec3dd92faeb00580bc3b3df37c40594 [path history] [tgz]
  1. block_client/
  2. fs_inspect/
  3. fs_management/
  4. fuchsia-vfs-watcher/
  5. fuchsia-watch/
  6. meta/
  7. ramdevice_client/
  8. storage_device/
  9. vfs/
  10. BUILD.gn
  11. OWNERS
  12. README.md
src/lib/storage/README.md

Fuchsia VFS

Fuchsia VFS implements bindings and protocol for serving filesystems on the Fuchsia platform. It implements both the remoteio protocol and an abstraction around VFS serving.

Rust VFS

Rust VFS and rust pseudo directories have rustdoc style documentation which can be generated with command like

fx gen-cargo //src/lib/storage/vfs/rust:vfs
cargo +nightly doc --manifest-path src/lib/storage/vfs/rust/Cargo.toml --target x86_64-fuchsia --no-deps

The generated docs can be found in src/lib/storage/vfs/rust/target/x86_64-fuchsia/doc.

See also: cargo doc --help.