A proc macro for cleaner wrapping arithmetic.
A proc macro for cleaner wrapping arithmetic.
Helper crate for procedural macro authors that wish to duplicate some received function inside its body, so as to be able to wrap with some prologue, epilogue, cache-ing, etc.
Core library for unwrapped
The unwrapped crate
Rust attribute macro library that makes it easy to wrap functions in code that runs before and / or after a function executes.
A proc-macro to wrap Verilog code in a rust-hdl module
Proc macro #[wrappit] to rewrite operators into their wrapping equivalents.
a little test macro to wrap your tests with an arbitrary setup/teardown function
A proc macro which wraps fn main() in a Termination newtype and sends the error to log::error!
Macro to automate wrapping types into enums
Expands proc macro output to a file, to enable easier debugging