tinysearch
Tiny, full-text search engine for static websites built with Rust
...TinySearch is particularly well-suited for blogs and documentation sites generated by static site generators, where simplicity and performance are critical. It processes content into a serialized binary index that can be loaded quickly and searched client-side, eliminating the need for external search services. While it prioritizes efficiency, it makes trade-offs such as focusing on whole-word matching rather than advanced search suggestions.