Macro test
macro_rules! test { ... }
Attribute macro applied to a function to turn it into a unit test.
See the reference for more info.
testmacro_rules! test { ... }
Attribute macro applied to a function to turn it into a unit test.
See the reference for more info.