Encodes a rune name into its numeric representation. Runes use a modified base-26 encoding where A=0, B=1, ... Z=25. Names are encoded with A as the least significant digit for compact storage.
(name: &str)
source not stored for this graph (policy: none)
no test coverage detected