ub 0.1.0

Can bundle multiple sources to a single one and extract back.
Documentation
  • Coverage
  • 98.11%
    52 out of 53 items documented0 out of 27 items with examples
  • Size
  • Source code size: 32.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Icelk/ub
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Icelk

Unified Bundler

Unified Bundler is a library to assist programs in bundling multiple sources into one. Is a fast, very generic, and flexible library.

Usage

[dependencies]
ub = "0.1.0"

Examples

See examples/ directory for a simple CLI tool.

License

This crate is licensed under the MIT license, and all contributions must also be.