734 B
734 B
lool » utils contains utilities for some of the most common tasks and operations in the Rust programming language.
Installation
This library is for internal use. And as such, it's only published privately.
cargo add lool --registry=lugit --features utils {sub-feature}?
Sub-Features
This library is divided into several sub-features, each one providing a different set of utilities. This allows you to only include the parts you need, reducing compile times.
utils.threads: utilities for working with threads in Rust.