unar 0.1.2

Cross platform implementation of the unix ar utility
# Unar (aka UNix ARchiver)

*The speedy, drop-in replacement for llvm-ar and GNU ar*

[![Crates.io](https://img.shields.io/crates/v/unar.svg)](https://crates.io/crates/unar)
[![Docs.rs](https://docs.rs/unar/badge.svg)](https://docs.rs/unar)
[![CI](https://github.com/Peeled-Fruit-Studios/unar/workflows/Continuous%20Integration/badge.svg)](https://github.com/Peeled-Fruit-Studios/unar/actions)
[![Coverage Status](https://coveralls.io/repos/github/Peeled-Fruit-Studios/unar/badge.svg?branch=main)](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).