Helper
A library provided some useful proc macros for Rust.
Macros
-
control flow
- either: Ternary operator in many C-like languages.
-
collections
- hmap: Create
std::collections::HashMap
from list of key-value pairs.
- hmap: Create
License
MulanPSL-2.0