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

Add configuration structs #8

Closed mattico closed 6 years ago

mattico commented 6 years ago

It's helpful to be able to generate these from Rust code.

http://elasticlunr.com/docs/configuration.js.html

https://github.com/rust-lang-nursery/mdBook/blob/77b4f6a940df900614d05f2d57373ea8b7b181cc/src/renderer/html_handlebars/search.rs#L159