2 releases
0.1.1 | Jul 16, 2024 |
---|---|
0.1.0 | Nov 27, 2023 |
#1383 in Rust patterns
35 downloads per month
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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