Skip to content

Commit

Permalink
Merge pull request #1615 from jamesmunns/patch-1
Browse files Browse the repository at this point in the history
Add Postcard to the list of Serde Data Formats
  • Loading branch information
dtolnay committed Aug 28, 2019
2 parents 738d29e + 2d36be7 commit 4cea81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde/src/lib.rs
Expand Up @@ -52,6 +52,7 @@
//! *(deserialization only)*
//! - [Envy Store], a way to deserialize [AWS Parameter Store] parameters into
//! Rust structs. *(deserialization only)*
//! - [Postcard], a `no_std` and embedded-systems friendly compact binary format.
//!
//! [JSON]: https://github.com/serde-rs/json
//! [Bincode]: https://github.com/TyOverby/bincode
Expand All @@ -69,6 +70,7 @@
//! [Envy Store]: https://github.com/softprops/envy-store
//! [Cargo]: http://doc.crates.io/manifest.html
//! [AWS Parameter Store]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html
//! [Postcard]: https://github.com/jamesmunns/postcard

////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 4cea81f

Please sign in to comment.