2018-03-07 07:02:06 -06:00
|
|
|
//! Theme dependencies for in-browser search. Not included in mdbook when
|
|
|
|
|
//! the "search" cargo feature is disabled.
|
|
|
|
|
|
2025-07-21 18:32:36 -07:00
|
|
|
pub static JS: &[u8] = include_bytes!("../../front-end/searcher/searcher.js");
|
|
|
|
|
pub static MARK_JS: &[u8] = include_bytes!("../../front-end/searcher/mark.min.js");
|
|
|
|
|
pub static ELASTICLUNR_JS: &[u8] = include_bytes!("../../front-end/searcher/elasticlunr.min.js");
|