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

View File

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