# syncthing   [![Action Badge]][actions] [![Version Badge]][crates.io] [![License Badge]][license] [Version Badge]: https://img.shields.io/crates/v/syncthing.svg [crates.io]: https://crates.io/crates/syncthing [Action Badge]: https://github.com/JayceFayne/syncthing-rs/workflows/Rust/badge.svg [actions]: https://github.com/JayceFayne/syncthing-rs/actions [License Badge]: https://img.shields.io/crates/l/syncthing.svg [license]: https://github.com/JayceFayne/syncthing-rs/blob/master/LICENSE.md A Rust library for controlling syncthing file synchronization through its [REST interface](https://github.com/syncthing/syncthing/blob/master/man/syncthing-rest-api.7). Note that not all REST endpoints are implemented yet. The crate API is subject to change. ## Usage Examples of how to use the library can be found [here](examples). ## Versioning This library targets the latest stable release of [syncthing](https://github.com/syncthing/syncthing). ## Contributing If you find any errors in syncthing-rs or just want to add a new feature feel free to [submit a PR](https://github.com/jaycefayne/syncthing-rs/pulls).