forked from FuchsiaOS/FuchsiaOS-docs-zh_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yaml
36 lines (35 loc) · 1.42 KB
/
_toc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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: /development/languages/rust
- title: "Learn Rust"
path: /development/languages/rust/learn_rust.md
- title: "Fuchsia Rust crates"
path: /development/languages/rust/crates.md
- title: "FIDL Rust crates"
path: /development/languages/rust/fidl_crates.md
- title: "Rust editor configurations"
path: /development/languages/rust/editors.md
- title: "Using cargo on Fuchsia"
path: /development/languages/rust/cargo.md
- title: "Logging"
path: /development/languages/rust/logging.md
- title: "Ergonomic Inspect"
path: /development/languages/rust/ergonomic_inspect.md
- title: "Testing Rust Code"
path: /development/languages/rust/testing.md
- title: "Measuring Rust Binary Bloat"
path: /development/languages/rust/bloat.md
- title: "External Rust crates"
path: /development/languages/rust/external_crates.md
- title: "Unsafe code in Rust"
path: /development/languages/rust/unsafe.md
- title: "Unstable Rust features"
path: /development/languages/rust/unstable.md
- title: "Integrating C/C++ using bindgen"
path: /development/languages/rust/bindgen.md