mdbook-rustdoc-links 2.0.0

Link to Rust API docs by name in mdBook
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# primitive types resolved to nightly

- [u8]
- [u32]
- [f64]
- [char]
- [str]

# associated items on primitive types

- [str::parse]
- [f64::MIN_POSITIVE]

# macro_export

- [tokio::main!]