syncthing-rs 0.1.0-alpha.3

Rust wrapper around the Syncthing API
Documentation
1
2
3
4
5
mod client;
pub use client::Client;
pub use client::ClientBuilder;
pub mod error;
pub mod types;