metasearch/src/engines/postsearch.rs
2023-12-21 03:45:59 -06:00

8 lines
260 B
Rust

//! These search engines are requested after we've built the main search
//! results. They can only show stuff in infoboxes and don't get requested if
//! an infobox was added by another earlier engine.
pub mod docs_rs;
pub mod github;
pub mod stackexchange;