Closed BobWall23 closed 4 years ago
Pull in the ironcore-search-helpers and expose functions. Requires these steps:
ironcore-search-helpers
generate_hashes_for_string_with_padding
generate_hashes_for_string
We decided to not use a feature flag in Rust because building without the flag would cause a compile error in TypeScript for referencing functions that don't exist.
Pull in the
ironcore-search-helpers
and expose functions. Requires these steps:generate_hashes_for_string_with_padding
andgenerate_hashes_for_string
functions, behind a feature flag.