doc correction
This commit is contained in:
parent
97c70bf03b
commit
6554241ed7
@ -22,8 +22,7 @@ Currently, this includes the following components:
|
|||||||
|
|
||||||
`spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
|
`spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
|
||||||
|
|
||||||
It offers support for [`serde`](https://serde.rs/). The Space Packet, PUS TM and TC
|
It also offers optional support for [`serde`](https://serde.rs/). This allows serializing and
|
||||||
implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
|
|
||||||
deserializing them with an appropriate `serde` provider like
|
deserializing them with an appropriate `serde` provider like
|
||||||
[`postcard`](https://github.com/jamesmunns/postcard).
|
[`postcard`](https://github.com/jamesmunns/postcard).
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
//!
|
//!
|
||||||
//! `spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
|
//! `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
|
//! It also offers optional support for [`serde`](https://serde.rs/). This allows serializing and
|
||||||
//! implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
|
|
||||||
//! deserializing them with an appropriate `serde` provider like
|
//! deserializing them with an appropriate `serde` provider like
|
||||||
//! [`postcard`](https://github.com/jamesmunns/postcard).
|
//! [`postcard`](https://github.com/jamesmunns/postcard).
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user