30 lines
734 B
Markdown
30 lines
734 B
Markdown
<p align="center"><img src="../../.github/img/logo-utils.svg" width="200"></p>
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<p align="center">
|
|
<b>lool » <code>utils</code></b> contains utilities for some of the most common tasks and operations in the Rust programming language.
|
|
</p>
|
|
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
# Installation
|
|
|
|
This library is for internal use. And as such, it's only published privately.
|
|
|
|
```bash
|
|
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.
|
|
|
|
- [x] [`utils.threads`](./threads): utilities for working with threads in Rust.
|
|
|
|
<!-- TODO --> |