Crates.io | admerge |
lib.rs | admerge |
version | 0.1.3 |
source | src |
created_at | 2021-03-09 06:55:49.903935 |
updated_at | 2021-03-17 13:27:39.36449 |
description | Merge multiply sources into one, with advanced options |
homepage | |
repository | https://github.com/mapkts/admerge/ |
max_upload_size | |
id | 366107 |
size | 89,088 |
A Rust library for merging files or in-memory buffers, featuring:
FileMerger
.RsMerger
.Add this to your Cargo.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.