#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

#1614 in Rust patterns

Download history 17/week @ 2024-07-29 15/week @ 2024-09-16 12/week @ 2024-09-23 19/week @ 2024-09-30

66 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

~230–680KB
~16K SLoC