tree: 0277d33ff402f2a728ea8fb7b446ea33da2018e7 [path history] [tgz]
  1. block_client/
  2. fs_management/
  3. fuchsia-vfs-watcher/
  4. fuchsia-watch/
  5. meta/
  6. pseudo-fs/
  7. ramdevice_client/
  8. vfs/
  9. BUILD.gn
  10. OWNERS
  11. 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 abstraciton 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.