cross-ref docs for examples
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-09-13 10:31:47 +02:00
parent 427b368057
commit 1cc4771a53
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 5 additions and 0 deletions

View File

@ -33,3 +33,8 @@ Default features:
- [`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` feature.
# Examples
You can check the [documentation](https://docs.rs/spacepackets) of individual modules for various
usage examples.