swash
swash copied to clipboard
How is unicode_data.rs generated?
The comment at the top says that it is automatically generated, but I can't find what code generated it.
Using static instead of const everywhere in unicode_data.rs would save about 300ms on the compilation time by avoiding an extra copy in the compiler when const promoting the consts which effectively generates a static behind the scenes anyway.