bitar 0.14.0

bita archive utilities
Documentation
[![CI](https://github.com/oll3/bita/workflows/CI/badge.svg)](https://github.com/oll3/bita/actions?query=workflow%3ACI)
[![crates.io](https://img.shields.io/crates/v/bitar.svg)](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.

### 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 ![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
```