//! The common import surface for Exavian Veritate.
//!
//! ```
//! use verit::prelude::*;
//! ```
//!
//! Brings in the handful of types nearly every consumer touches — the schema
//! builder and data-type helpers, the value tree, `encode`, the readers, the
//! resolver, and `dump_json`. Everything else (the `codegen` and `wire`
//! modules, error types, layout internals) stays reachable through the full
//! `verit::` paths.
pub use crate::;
pub use crateVERSION;