This commit is contained in:
parent
5631372e58
commit
7da7e5329c
@ -20,11 +20,9 @@ Currently, this includes the following components:
|
|||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
`spacepackets` supports various runtime environments and is also suitable
|
`spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
|
||||||
for suitable for `no_std` environments. It has several features which may be enabled
|
|
||||||
for disabled.
|
|
||||||
|
|
||||||
It also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC
|
It 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
|
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).
|
||||||
|
@ -14,11 +14,9 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Features
|
//! ## Features
|
||||||
//!
|
//!
|
||||||
//! `spacepackets` supports various runtime environments and is also suitable
|
//! `spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
|
||||||
//! for suitable for `no_std` environments. It has several features which may be enabled
|
|
||||||
//! for disabled.
|
|
||||||
//!
|
//!
|
||||||
//! It also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC
|
//! 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
|
//! 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