use links

This commit is contained in:
Robin Müller 2022-08-05 01:01:08 +02:00
parent 8e3d8c3bf2
commit 063b849154
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,8 @@ Currently, this includes the following components:
This package is suitable for `no_std` environments.
It features optional support for the `alloc` crate and also offers support
for `serde`. The Space Paccket, PUS TM and TC implementations derive
the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
deserializing them with an appropriate `serde` provider like `postcard`.
It features optional support for the [`alloc`](https://doc.rust-lang.org/alloc/) crate
and also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC implementations
derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
deserializing them with an appropriate `serde` provider like
[`postcard`](https://github.com/jamesmunns/postcard).