rune

Macro hash

Source
hash!() { /* proc-macro */ }
Expand description

Calculate a type hash at compile time.

ยงExamples

use rune::Hash;

let hash: Hash = rune::hash!(::std::ops::generator::Generator);