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.
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:
bash
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.
This project is licensed under the MIT license
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.