#utilities #utility

rustility

A collection of utilities I often find myself using in Rust

2 releases

0.1.1 Jul 16, 2024
0.1.0 Nov 27, 2023

#1383 in Rust patterns

35 downloads per month

MIT/Apache

10KB
160 lines

Rustility

This crate is a collection of macros/traits etc. that I often find myself using in Rust.

To get started, create a new rust project with cargo init and run:

cargo add rustility

License

This project is licensed under either of

at your option.


lib.rs:

Rustility

rustility is a collection of useful utilities and repeatable logic that I often find myself using in Rust.

Features

macros = Enables all macros in this crate.

traits = Enables all traits in this crate.

full = Default feature, enables everything.

Dependencies

~250–710KB
~17K SLoC