pub mod namespace {
include!(concat!(env!("OUT_DIR"), "/namespace.rs"));
}
pub mod types;
mod client;
mod connection;
mod models;
mod protocol;
mod schema;
pub use client::Client;
pub use connection::ConnectionOptions;
pub use models::{BooleanVar, FloatVar, IntegerVar, TextVar, VariableMetadataPatch};