hash!() { /* proc-macro */ }
Calculate a type hash at compile time.
By default this uses the rune crate.
rune
use rune::Hash; let hash: Hash = rune::hash!(::std::option::Option::Some);