igs

Results 2 issues of igs

https://github.com/kgv/bevy_fluent/blob/8c621124b0c648a79b135091cf8e140d00addae3/doc/en-US.md?plain=1#L18 Here, `AssetServerExt::load_glob` is used, which was removed in 0.8.

help wanted

Using a [Trie](https://en.wikipedia.org/wiki/Trie) instead of a hash map would significantly reduce memory and probably not be slower. [radix_trie](https://github.com/michaelsproul/rust_radix_trie) implements such a Trie already, though seriailzation for storing the cache would...

enhancement
low priority