1//! Theme dependencies for in-browser search. Not included in mdbook when
2//! the "search" cargo feature is disabled.
3
4pub static JS: &[u8] = include_bytes!("searcher.js");
5pub static MARK_JS: &[u8] = include_bytes!("mark.min.js");
6pub static ELASTICLUNR_JS: &[u8] = include_bytes!("elasticlunr.min.js");
7