1 2 3 4 5 6 7
//! I define few reusable code snippets for method implementations. //! pub mod authorization; pub mod op_req; pub mod req_headers; pub mod status_token;