| # Copyright 2020 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/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: "Learn Rust" |
| path: /docs/development/languages/rust/learn_rust.md |
| - 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: "External Rust crates" |
| path: /docs/development/languages/rust/external_crates.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: "Integrating C/C++ using bindgen" |
| path: /docs/development/languages/rust/bindgen.md |