commons 0.2.0

A high-performance Rust utility library
Documentation
# Commons

> A high-performance Rust utility library.

[![CI](https://github.com/icecafecup/commons/actions/workflows/ci.yml/badge.svg)](https://github.com/icecafecup/commons/actions/workflows/ci.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/icecafecup/commons)
![Lines of code](https://img.shields.io/tokei/lines/github/icecafecup/commons)
![Crates.io (latest)](https://img.shields.io/crates/dv/commons)
![Crates.io](https://img.shields.io/crates/l/commons)
![Crates.io](https://img.shields.io/crates/v/commons)

## Documentation

See the [documentation](https://docs.rs/commons)

## Meta

IceCafeCup – <icecafecup@proton.me>

Distributed under the Apache-2.0 or MIT at your option. See `LICENSE-APACHE` and `LICENSE-MIT` for more information.

## Contributing

1. Fork it (<https://github.com/icecafecup/commons/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request