doc - group link definitions
This commit is contained in:
parent
7e8131ba43
commit
9d761f5614
|
@ -1,7 +1,5 @@
|
||||||
//! A [TOML]-parsing library
|
//! A [TOML]-parsing library
|
||||||
//!
|
//!
|
||||||
//! [TOML]: https://github.com/toml-lang/toml
|
|
||||||
//!
|
|
||||||
//! This library implements a [TOML] v0.4.0 compatible parser,
|
//! This library implements a [TOML] v0.4.0 compatible parser,
|
||||||
//! primarily supporting the [`serde`] library for encoding/decoding
|
//! primarily supporting the [`serde`] library for encoding/decoding
|
||||||
//! various types in Rust.
|
//! various types in Rust.
|
||||||
|
@ -146,6 +144,7 @@
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
//! [TOML]: https://github.com/toml-lang/toml
|
||||||
//! [Cargo]: https://crates.io/
|
//! [Cargo]: https://crates.io/
|
||||||
//! [`serde`]: https://serde.rs/
|
//! [`serde`]: https://serde.rs/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue