dscfg-client

Crates.iodscfg-client
lib.rsdscfg-client
version0.1.0
sourcesrc
created_at2018-12-03 17:13:26.406195
updated_at2018-12-03 17:13:26.406195
descriptionClient side implementation of dynamic shared configuration
homepagehttps://github.com/Kixunil/dscfg
repositoryhttps://github.com/Kixunil/dscfg
max_upload_size
id99875
size6,311
Martin Habovštiak (Kixunil)

documentation

README

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).

Commit count: 1

cargo fmt