Crates.io | bread-cli |
lib.rs | bread-cli |
version | 2.0.0 |
source | src |
created_at | 2022-10-27 13:45:54.869232 |
updated_at | 2022-11-22 11:57:12.005437 |
description | byte conversion tool |
homepage | https://github.com/biagang/bread |
repository | https://github.com/biagang/bread |
max_upload_size | |
id | 699162 |
size | 563,120 |
byte stream conversion library and CLI tool
bread is a cross-platform command-line tool useful for converting from and to a stream of:
For more info about supported formats see
bread-cli --help
bread is cross-platofrm, coded in Rust; you need to have a valid Rust installation. Nightly version would be required for running benchmarks (feature "benchmark").
cargo install -f bread-cli
cargo build --release
Usage: bread [OPTIONS]
Options: -i, --input INPUT -o, --output OUTPUT
Possible values for INPUT and OUTPUT are:
[default: ascii]
-h, --help
Print help information (use -h
for a summary)
-V, --version Print version information
This project is licensed under the GNU General Public License v3.
See LICENSE for more information.