1 unstable release
Uses old Rust 2015
0.1.0 | Dec 3, 2018 |
---|
#205 in #protocol
Used in 3 crates
(2 directly)
6KB
Dscfg protocol
Protocol definition of dynamic shared config.
About
This crate specifies protocol of dynamic shared config. It's shared between client and server in order to ensure compatibility.
lib.rs
:
Protocol specification for dynamic shared configuration
This crate contains types used in both client and server, so they aren't duplicated. This ensures consistency - if a change is made, it will immediately affect both client and the server.
Features of this crate:
client
- derives traits needed by the clientserver
- derives traits needed by the server
The purpose of having those features is to not slow down compilation by compiling unneeded code as well as not increase the binary size unneccessarily.
Dependencies
~0.7–1.6MB
~35K SLoC