| Crates.io | ribzip2 |
| lib.rs | ribzip2 |
| version | 0.5.0 |
| created_at | 2022-01-02 18:53:17.727527+00 |
| updated_at | 2022-03-31 15:53:11.604474+00 |
| description | a bzip2 cli written in pure rust |
| homepage | |
| repository | https://github.com/torfmaster/ribzip2 |
| max_upload_size | |
| id | 506665 |
| size | 1,440,377 |
ribzip2 is command line utility providing bzip2 compression and decompression written in pure Rust. It is currently
considered work-in-progress and lacks many features of the original implementation including
Beware that ribzip2 is WIP. If you absolutely want to, install ribzip2 using cargo install ribzip2.
You can use ribzip2 compress <FILENAME> to compress a file and ribzip2 decompress <FILENAME>.
The latter will output from file.bz2 to file.out. For further information use the help subcommand
and the respective help options of compress and decompress, e.g. ribzip2 compress --help.
We use the crate cargo-workspaces for publishing releases manually. Currently, there is no automation in place.
Contributions are very welcome (issues, pull-requests, and comments). Find your issue under "issues". The code here (exlcuding samples using for compression tests) is published under the MIT license.