blob: ec9760232146923e3e077b7358cb477499d263dd [file] [log] [blame]
# 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: "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: "External Rust crate Reviews"
path: /docs/development/languages/rust/external_crates/review.md
- title: "Unsafe code in Rust"
path: /docs/development/languages/rust/unsafe.md
- title: "Running tests in miri"
path: /docs/development/languages/rust/miri.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