some links added
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-08-16 10:51:40 +02:00
parent dbe0e3062f
commit 0fcf150707
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ deserializing them with an appropriate `serde` provider like
Default features:
- `std`: Enables functionality relying on the standard library.
- `alloc`: (https://doc.rust-lang.org/alloc/): Enables features which operate on containers
- [`std`](https://doc.rust-lang.org/std/): Enables functionality relying on the standard library.
- [`alloc`](https://doc.rust-lang.org/alloc/): Enables features which operate on containers
like [`alloc::vec::Vec`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html).
Enabled by the `std` features.

View File

@ -25,7 +25,7 @@
//!
//! Default features:
//!
//! - `std`: Enables functionality relying on the standard library.
//! - [`std`](https://doc.rust-lang.org/std/): Enables functionality relying on the standard library.
//! - [`alloc`](https://doc.rust-lang.org/alloc/): Enables features which operate on containers
//! like [`alloc::vec::Vec`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html).
//! Enabled by the `std` features.