# Util-RS This is a utilities crate for [omango](https://github.com/tqtrungse/omango) library .
## Table of Contents - [Usage](#usage) - [Compatibility](#compatibility) - [License](#license) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] omango-util-rs = "0.1.1" ``` ## Compatibility The minimum supported Rust version is 1.49. ## License The crate is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more information. #### Third party software This product includes copies and modifications of software developed by third parties: * [src/backoff.rs](src/backoff.rs) includes copies and modifications of code from Crossbeam-Utils, licensed under the MIT License and the Apache License, Version 2.0. * [src/cache_padded.rs](src/cache_padded.rs) includes copies and modifications of code from Crossbeam-Utils, licensed under the MIT License and the Apache License, Version 2.0. See the source code files for more details. The third party licenses can be found in [here](https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils#LICENSE).