bitar 0.7.0

bita archive utilities
Documentation
[![crates.io](http://meritbadge.herokuapp.com/bitar)](https://crates.io/crates/bitar)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](../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 ![examples](examples) 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
```