bsdiff/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod diff;
4mod patch;
5
6pub use diff::diff;
7pub use patch::patch;