# rustool
[![crate badge]][crate link]
[![doc badge]][doc link]
[![license badge]][license link]
[![pre-commit badge]][pre-commit link]
[![coverage doc badge]][doc link]
[![coverage test badge]][doc link]
> Personal toolbox for my Rust projects
---
[Installation](#installation) |
[License](#license)
---
## Installation
Add the dependency **rustool** to your `Cargo.toml`:
```toml
...
[dependencies]
rustool = "*" # replace * by the latest version of the crate
```
## License
Licensed under the [Apache License, Version 2.0][license link].
[repository link]: https://github.com/GregoireHENRY/rustool
[crate link]: https://crates.io/crates/rustool
[crate badge]: https://meritbadge.herokuapp.com/rustool?style=flat-square
[doc link]: https://docs.rs/rustool
[doc badge]: https://docs.rs/rustool/badge.svg
[license link]: https://raw.githubusercontent.com/GregoireHENRY/rustool/main/LICENSE
[license badge]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
[pre-commit link]: https://pre-commit.com
[pre-commit badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[coverage doc badge]: https://img.shields.io/badge/docs-100%25-brightgreen
[coverage test badge]: https://img.shields.io/badge/tests-100%25-brightgreen