mattico / elasticlunr-rs

A partial port of elasticlunr to Rust. Intended to be used for generating compatible search indices.
Apache License 2.0
52 stars 23 forks source link

Reduce external dependencies #34

Closed mattico closed 2 years ago

mattico commented 3 years ago

As a part of mdbook, this gets included in rustc, so try to reduce unnecessary dependencies.

Most users will only need one or specific languages, so disable them (even English?) and require opt-in.

mattico commented 2 years ago

Fixed in #45