//! Constants that define the current build and execution environment.
#[cfg(feature ="readonly")]pubmodmock;#[cfg(feature ="readonly")]pubuseself::mock::*;#[rustfmt::skip]#[cfg(not(feature ="readonly"))]pubmodgenerated;#[cfg(not(feature ="readonly"))]pubuseself::generated::*;