blob: 7687c4d22608c9cebaaa5688d8748da7a200b852 [file] [log] [blame]
# Please, read https://fuchsia.dev/fuchsia-src/community/contribute/docs/documentation_navigation_toc
# before making changes to this file, and add a member of the fuchsia.dev
# team as reviewer.
toc:
- title: "Overview"
path: /docs/development/languages/rust
- title: "Fuchsia Rust crates"
path: /docs/development/languages/rust/crates.md
- title: "FIDL Rust crates"
path: /docs/development/languages/rust/fidl_crates.md
- title: "Rust editor configurations"
path: /docs/development/languages/rust/editors.md
- title: "Using cargo on Fuchsia"
path: /docs/development/languages/rust/cargo.md
- title: "Logging"
path: /docs/development/languages/rust/logging.md
- title: "Ergonomic Inspect"
path: /docs/development/languages/rust/ergonomic_inspect.md
- title: "Testing Rust Code"
path: /docs/development/languages/rust/testing.md
- title: "Measuring Rust Binary Bloat"
path: /docs/development/languages/rust/bloat.md
- title: "Third-party Rust crates"
path: /docs/development/languages/rust/third_party.md
- title: "Unsafe code in Rust"
path: /docs/development/languages/rust/unsafe.md
- title: "Unstable Rust features"
path: /docs/development/languages/rust/unstable.md
- title: "Add logging to hello world"
path: /docs/development/languages/rust/add-logging.md