1 unstable release
Uses old Rust 2015
0.1.0 | Dec 3, 2018 |
---|
#89 in #client-side
12KB
84 lines
Dscfg client
Client implementation for dynamic shared config.
About
This crate implements client side of dscfg
protocol. It exposes simple interface to manipulate configuration and listen for notifications. It supports communication over any kind of async byte stream (TCP/IP, Unix socket...) and allows one to provide their own encoding implementation or use the default (length-delimited Json messages).
Dependencies
~1.2–2.2MB
~46K SLoC