whentze / to_method
A utility micro-crate for using `Into` more ergonomically.
☆10Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for to_method
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- A sinless derive helper☆51Updated last week
- A Rust library for runtime-checked linearish types☆31Updated last year
- structured parallel execution for async Rust☆30Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- The never type (the true one!) in stable Rust.☆34Updated 2 years ago
- Count and convert between various ways of indexing utf8 string slices.☆16Updated 3 weeks ago
- exhaustive testing library☆58Updated 3 months ago
- A terminal style toolkit inspired by CSS for elegant TUIs☆40Updated 2 years ago
- Rust crate for writing repetitive code easier and faster.☆43Updated last year
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆39Updated 2 weeks ago
- horrible serde macro stuff☆39Updated last year
- Macro-rules-style syntax matching for procedural macros☆51Updated last year
- Cargo API written in Paris☆43Updated 2 weeks ago
- Macro for sealing traits and structures☆49Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- A special rope, designed to work with any data type that is not String