doc update
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good

This commit is contained in:
2024-04-03 14:16:42 +02:00
parent f0af16dc29
commit 4ef65279ea
2 changed files with 6 additions and 2 deletions

View File

@ -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.
- [`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` derive on many objects.
[`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types.
# Examples