[](https://github.com/oll3/bita/actions?query=workflow%3ACI)
[](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.
### Minimum Supported Rust Version (MSRV)
See `rust-version` in [Cargo.toml](Cargo.toml) for the current MSRV.
### 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
```