[−][src]Crate common_macros
This library contains common macros.
As this crate exports many different macros it is recommended
not to use #[macro_use] extern crate common_macros; but instead
to use the newer way of "just" importing the macros you need
(e.g. use common_macros::{hash_map, hash_set};).
Macros
| b_tree_map | Macro to crate a |
| b_tree_set | Macro to create a |
| const_expr_count | Counts the number of |
| hash_map | Macro to crate a |
| hash_set | Macro to create a |