hash

Macro hash 

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

Calculate a type hash at compile time.

By default this uses the rune crate.

ยงExamples

use rune::Hash;

let hash: Hash = rune::hash!(::std::option::Option::Some);