doc update
This commit is contained in:
parent
f0af16dc29
commit
4ef65279ea
@ -46,7 +46,7 @@ deserializing them with an appropriate `serde` provider like
|
|||||||
- [`chrono`](https://crates.io/crates/chrono): Add basic support for the `chrono` time library.
|
- [`chrono`](https://crates.io/crates/chrono): Add basic support for the `chrono` time library.
|
||||||
- [`timelib`](https://crates.io/crates/time): Add basic support for the `time` time library.
|
- [`timelib`](https://crates.io/crates/time): Add basic support for the `time` time library.
|
||||||
- [`defmt`](https://defmt.ferrous-systems.com/): Add support for the `defmt` by adding the
|
- [`defmt`](https://defmt.ferrous-systems.com/): Add support for the `defmt` by adding the
|
||||||
`defmt::Format` derive on many objects.
|
[`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types.
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
|
@ -36,7 +36,11 @@
|
|||||||
//! ### Optional features
|
//! ### Optional features
|
||||||
//!
|
//!
|
||||||
//! - [`serde`](https://serde.rs/): Adds `serde` support for most types by adding `Serialize` and
|
//! - [`serde`](https://serde.rs/): Adds `serde` support for most types by adding `Serialize` and
|
||||||
//! `Deserialize` `derive`s
|
//! `Deserialize` `derives.
|
||||||
|
//! - [`chrono`](https://crates.io/crates/chrono): Add basic support for the `chrono` time library.
|
||||||
|
//! - [`timelib`](https://crates.io/crates/time): Add basic support for the `time` time library.
|
||||||
|
//! - [`defmt`](https://defmt.ferrous-systems.com/): Add support for the `defmt` by adding the
|
||||||
|
//! - [`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types.
|
||||||
//!
|
//!
|
||||||
//! ## Module
|
//! ## Module
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user