Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1000 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1000 Bytes

CI crates.io MIT licensed

bitar

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

  • Documentation
  • See bita for a more detailed description of the synchronization process.

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.

# Run example using cargo
olle@home:~/bita/bitar$ cargo run --example local-cloner