syncthing 0.1.0

A Rust library for controlling syncthing file synchronization through its REST interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# syncthing-rs

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 events are implemented yet. The crate API is subject to change.
**The crate on crates.io does not provide any functionality until there is a new release of surf. Consider using the git version.**

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