macro_rules! hstr {
($str:literal) => { ... };
}Expand description
Construct a &’static HashStr at compile time. These are presumably deduplicated by the compiler.
macro_rules! hstr {
($str:literal) => { ... };
}Construct a &’static HashStr at compile time. These are presumably deduplicated by the compiler.