5 unstable releases
0.3.2 | Feb 15, 2023 |
---|---|
0.3.1 | Dec 25, 2022 |
0.3.0 | Dec 25, 2022 |
0.2.0 | Dec 5, 2022 |
0.1.0 | Oct 24, 2022 |
#51 in #across
18KB
182 lines
dablenutil
This is a collection of Rust utilities that I commonly use in my projects. I figured I'd make them available to others.
License
MIT
lib.rs
:
A collection of utilities for my Rust projects.
This crate is a collection of utilities that I use in my Rust projects. It is not intended to be
used by anyone else, but I have made it public in case anyone else finds it useful.
While I try to keep this crate as stable as possible, I make no guarantees about the stability of
the API. As such, I recommend that you use a specific version of this crate in your Cargo.toml
.
Being a student, I don't have time for maintaining a crate as insignificant as this one.
Features
logging
- Enables thelogging
module.tokio
- Enables thetokio
module for async utils.
Dependencies
~0.5–10MB
~83K SLoC