1//! Fundamental data types and context 2 3mod context; 4/// Request and response data types for this context. 5pub mod types; 6 7pub use context::FundamentalContext; 8pub use types::*;