asuran-cli 0.0.10

Deduplicating, secure, tamper resistant archiver
asuran-cli-0.0.10 is not a library.

Asuran CLI

This is a thin CLI wrapper around asuran (crates.io)

At the moment this is mostly used for testing and directly tracks the upstream library version.

Please see the website at asuran.rs for more information, as most of the cool stuff is implemented in the libasuran library proper.

Getting Started

In most cases you will be interacting with the command line asuran clinet (asuran-cli). Either build it from source from the asuran-cli directory in this repository, or install it with:

env RUSTFLAGS="-C target-feature=+aes,+ssse3" cargo install asuran-cli

Optionally add -C target-cpu=native for even better performance. The target features (aes and sse3) are required to get good performance, and asuran does not currently offically support being built without them.

This crate is ultimatly an extremely thin wrapper around the asuran API, so most documenation will be found there.

License

This project is licensed under the BSD 2 Clause + Patent license

Contacting

Join our matrix chat or our Gitter chat to ask questions, report bugs, or suggest improvements.

Additionally, feel free to open an issue on the gitlab with any bugs you find.