A set of useful functions for Rust.
I found myself re-writing the same functions a million times in different Rust projects. Because this is not efficient and is quite time-consuming, I thought I'd unify these common functions into a library. This is that library. Coutils is short for Common Utilities. Enjoy. :heart:
To use Coutils in your Rust project, add this line to your project's Cargo.toml
's [dependencies]
section:
TOML
coutils = "1.1.0"
To check out this crate's API, please visit the documentation page.
has_item
method.