7 releases

Uses old Rust 2015

0.2.4 Jan 25, 2017
0.2.3 Jan 18, 2017
0.2.2 Sep 23, 2016
0.2.1 Aug 15, 2016
0.1.1 Aug 9, 2016

#638 in Compression

GPL-3.0 license

1.5MB
640 lines

uncbv

CBV archive extractor written in Rust.

link //link link link link

Installation

NOTE: this method currently requires you to be running cargo 0.6.0 or newer.

[source,bash]

cargo install uncbv

Installing from source

To install from source, first checkout to the tag or branch you want to install, then issue

[source,bash]

cargo install --path .

This will install uncbv in your ~/.cargo/bin. Make sure to add ~/.cargo/bin directory to your PATH variable.

Usage

List the files in the archive:

[source,bash]

uncbv list archive.cbv

Extract the files from the archive:

[source,bash]

uncbv extract archive.cbv

Only decrypt the archive (to decrypt and decompress, use the extract command):

[source,bash]

uncbv decrypt archive.cbz

Dependencies

~8MB
~152K SLoC