2023-12-21 04:18:43 +00:00
|
|
|
//! 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.
|
|
|
|
|
2023-12-21 09:45:59 +00:00
|
|
|
pub mod docs_rs;
|
2023-12-21 05:17:39 +00:00
|
|
|
pub mod github;
|
2023-12-21 09:45:59 +00:00
|
|
|
pub mod stackexchange;
|