Open
Description
ZeroTrieSimpleAscii
can be const-constructed using human-readable syntax. Currently there is a derive(Bake)
, though, which does not leverage the human-readability of this particular type.
Note: It has been pointed out that the current const constructor might be slow due to moving around a lot of static arrays.