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