blob: ffe99cc6804cceb754a22d961746cf356d9da60e [file] [log] [blame]
# Please, read https://fuchsia.dev/fuchsia-src/contribute/best-practices/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: "Logging"
path: /docs/development/languages/rust/logging.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