doc correction

This commit is contained in:
2022-12-05 00:17:37 +01:00
parent 97c70bf03b
commit 6554241ed7
2 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,7 @@
//!
//! `spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
//!
//! It also offers support for [`serde`](https://serde.rs/). The Space Packet, PUS TM and TC
//! implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
//! It also offers optional support for [`serde`](https://serde.rs/). This allows serializing and
//! deserializing them with an appropriate `serde` provider like
//! [`postcard`](https://github.com/jamesmunns/postcard).
//!