[](https://crates.io/crates/bitar)
[](../LICENSE)
## bitar
A library to use for low bandwidth file synchronization over HTTP.
* [Documentation](https://docs.rs/bitar)
* See [bita](https://github.com/oll3/bita) for a more detailed description of the synchronization process.
### Usage
Examples of how to use *bitar* is available under the  directory.
Also see [bita](https://github.com/oll3/bita) for more example usage.
```console
# Run example using cargo
olle@home:~/bita/bitar$ cargo run --example local-cloner
```