File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 53
53
//! *(deserialization only)*
54
54
//! - [Envy Store], a way to deserialize [AWS Parameter Store] parameters into
55
55
//! 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.
56
59
//!
57
60
//! [JSON]: https://github.com/serde-rs/json
58
61
//! [Bincode]: https://github.com/TyOverby/bincode
71
74
//! [Envy Store]: https://github.com/softprops/envy-store
72
75
//! [Cargo]: http://doc.crates.io/manifest.html
73
76
//! [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
74
79
75
80
////////////////////////////////////////////////////////////////////////////////
76
81
You can’t perform that action at this time.
0 commit comments