A Rust library for merging files or in-memory buffers, featuring:
FileMerger
.RsMerger
.Add this to your Cargo.toml
:
toml
[dependencies]
admerge = "0.1"
To get started using admerge
, see documentation.
For an out-of-box cli that backed by this crate, see fcc.
Admerge is distributed under the terms of the MIT license.
See LICENSE-MIT, and COPYRIGHT for details.