#![allow(clippy::large_enum_variant)]
pub mod client;
pub(crate) mod internal;
pub mod managers;
pub mod models;
pub mod runtime;
mod serde_helpers;
#[cfg(test)]
mod roundtrip_tests;
#[cfg(test)]
mod serialization_tests;
pub mod buildinfo {
pub const ENGINE: &str = "0.1.0";
pub const SPEC_FINGERPRINT: &str = "ee7d55aedefe2fa0";
pub const TARGET: &str = "rust";
}