You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for an API similar to https://docs.rs/phf_codegen that is designed to be run either at build time in a build.rs file or offline, with the output committed to source control. This would allow me to benefit from hashify's faster runtime performance without bloating my build times.
It would also give me the flexibility to build the list of keys programatically.