# factorio-bitpacker
Factorio bitpacker is a crate that packs any arbitrary binary blob into a blueprint string containing factorio combinators. It uses a signal format to densely pack values into as little combinators as possible.
Install with `cargo install factorio-bitpacker`, or you can install from source by cloning and running `cargo run`.
## usage
factorio-bitpacker 0.1.2
Packs any arbitrary binary blob into a blueprint containing factorio
combinators. Uses a dictionary of 256 signals to densely many values into a
small space. For inputs which exceed 1KB, a separate set of combinators is
created and should be wired separately to avoid interference.
USAGE:
factorio-bitpacker [ARGS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
Binary input file, defaults to stdin if not present