admerge 0.1.0

Merge multiply sources into one, with advanced options
Documentation
admerge-0.1.0 has been yanked.

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 newline after each merge unit.

Usage

Add this to your Cargo.toml:

[dependencies]
admerge = "0.1.0"

To get started using admerge, see documentation.

License

Rand is distributed under the terms of the MIT license.

See LICENSE-MIT, and COPYRIGHT for details.