Closed tomusdrw closed 5 years ago
To have one less dependency.
We can possible also get rid of lazy_static and just include raw words list as a static slice compile time.
lazy_static
To have one less dependency.
We can possible also get rid of
lazy_static
and just include raw words list as a static slice compile time.