1 unstable release

Uses old Rust 2015

0.1.0 Dec 3, 2018

#172 in #ipc

40 downloads per month
Used in 3 crates (2 directly)

MITNFA license

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 client
  • server - 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.5MB
~33K SLoC