# Unar (aka UNix ARchiver)
*The speedy, drop-in replacement for llvm-ar and GNU ar*
[](https://crates.io/crates/unar)
[](https://docs.rs/unar)
[](https://github.com/Peeled-Fruit-Studios/unar/actions)
[](https://coveralls.io/github/Peeled-Fruit-Studios/unar?branch=main)
## Installation
### Cargo
* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install unar`
## License
Licensed under the MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the MIT license, shall be
licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).