MiniRust Search (MRS) is a reimplementation of MiniSearch, an excellent MIT-licensed search library for JavaScript.
MRS is available under the same MIT license with the same freedoms as MiniSearch.
- Full compatibility with the expectations and APIs of MiniSearch, but for Rust
- Super-fast WASM implementation for browser and edge use cases
- Complete, 100% port of all functionality from MiniSearch
- Availability as both a simple binary (mrs search "Query", mrs tag "Tagname", mrs ...) and a Rust crate
- Full end-to-end testing coverage