#projects #collection #utilities #utility #across #logging #tokio

dablenutil

A collection of common utility functions used across dablenparty projects

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

#45 in #across

MIT license

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 the logging module.
  • tokio - Enables the tokio module for async utils.

Dependencies

~0.5–11MB
~83K SLoC