1 2 3 4 5 6 7 8 9 10
//! Tools service operations (plan P06). //! //! These are NEW operations under `ApiFamily::PaasV4`, distinct from the //! existing [`crate::tool`] module (web search, file parser). pub mod request; pub mod response; pub use request::*; pub use response::*;