pub type RegistryHandle<'a> = &'a TokenizerRegistry;Expand description
What count receives as the registry: a real handle under count-local,
a unit on builds without it (edge) so call sites stay uniform.
pub type RegistryHandle<'a> = &'a TokenizerRegistry;What count receives as the registry: a real handle under count-local,
a unit on builds without it (edge) so call sites stay uniform.