syncthing_rs/
lib.rs

1mod client;
2pub use client::Client;
3pub use client::ClientBuilder;
4pub mod error;
5pub mod types;