Crates.io | dscfg-client |
lib.rs | dscfg-client |
version | 0.1.0 |
source | src |
created_at | 2018-12-03 17:13:26.406195 |
updated_at | 2018-12-03 17:13:26.406195 |
description | Client side implementation of dynamic shared configuration |
homepage | https://github.com/Kixunil/dscfg |
repository | https://github.com/Kixunil/dscfg |
max_upload_size | |
id | 99875 |
size | 6,311 |
Client implementation for dynamic shared config.
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).