admerge

Crates.ioadmerge
lib.rsadmerge
version0.1.3
sourcesrc
created_at2021-03-09 06:55:49.903935
updated_at2021-03-17 13:27:39.36449
descriptionMerge multiply sources into one, with advanced options
homepage
repositoryhttps://github.com/mapkts/admerge/
max_upload_size
id366107
size89,088
0x30 (mapkts)

documentation

https://docs.rs/admerge/

README

admerge

Crates.io Docs

A Rust library for merging files or in-memory buffers, featuring:

  • Easy file merging via FileMerger.
  • Easy in-memory buffer merging via RsMerger.
  • Skip unwanted contents of each merge unit from either start or end.
  • Fill paddings before, between and/or after each merge unit.
  • Force presences of ending newlines after each merge unit.

Usage

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.

License

Admerge is distributed under the terms of the MIT license.

See LICENSE-MIT, and COPYRIGHT for details.

Commit count: 11

cargo fmt