Expand description
rs42 is a collection of utilities to make programming in Rust more enjoyable
Modules§
- Trait implementations for pre-existing structs
- Structure that wraps a value and calls a callback function when it exits scope
Macros§
- Turns a const &str into a CStr
- Calls the given closure at the end of the current scope
- Facilitates the creation of error structures with debug display
- Facilitates the creation of error structures with a custom display message