# rs-common --- [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=for-the-badge)](http://opensource.org/licenses/MIT) ![Crates.io Downloads (version)](https://img.shields.io/crates/dv/rs-common/0.0.1?style=for-the-badge) ![Crates.io Version](https://img.shields.io/crates/v/rs-common?style=for-the-badge) The `rs-common` crate contains code used by multiple crates from the rs-toolbox. It contains things such as errors, logging and more. The goal of this crate is to reduce boilderplate in the rs-toolbox crate, which is farely easy to do as all crates in it are very similar. ## Features - [ ] Common error types - [ ] Common types - [ ] Logging