CI crates.io MIT licensed

bitar

A library to use for low bandwidth file synchronization over HTTP.

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable rust 1.61 and up. It might compile with older versions depending on features set but it may change in any new patch release.

Usage

Examples of how to use bitar is available under the examples directory. Also see bita for more example usage.

```console

Run example using cargo

olle@home:~/bita/bitar$ cargo run --example local-cloner ```