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