Skip to content

Commit ef6ed1d

Browse files
committed
Copy some new links from serde.rs to the crate-level doc
1 parent 9d12515 commit ef6ed1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

serde/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
//! *(deserialization only)*
5454
//! - [Envy Store], a way to deserialize [AWS Parameter Store] parameters into
5555
//! Rust structs. *(deserialization only)*
56+
//! - [S-expressions], the textual representation of code and data used by the
57+
//! Lisp language family.
58+
//! - [D-Bus]'s binary wire format.
5659
//!
5760
//! [JSON]: https://github.com/serde-rs/json
5861
//! [Bincode]: https://github.com/TyOverby/bincode
@@ -71,6 +74,8 @@
7174
//! [Envy Store]: https://github.com/softprops/envy-store
7275
//! [Cargo]: http://doc.crates.io/manifest.html
7376
//! [AWS Parameter Store]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html
77+
//! [S-expressions]: https://github.com/rotty/lexpr-rs
78+
//! [D-Bus]: https://docs.rs/zvariant
7479
7580
////////////////////////////////////////////////////////////////////////////////
7681

0 commit comments

Comments
 (0)