emkw
emkw
Regarding interoperability with XML 1.0 and 1.1 for XML5 - comments containing `>` chars in the middle are valid in XML 1.0 and 1.1. So the change introduced in 2caadd3ea0296e9e0706a03d2a0cfe36d80bb7ac...
Question to someone familiar with the codebase: I am probably oversimplyfing things, but I imagine currently the IndexMap is backed by "something like a Vec", would changing it to "something...
Would it be possible to make `ulid::Generator::new()` const? That could be used to statically initialize it, so it wouldn't require lazy initialization.