versa 1.9.0

Versa types and utilities for developing Versa client applications in Rust
Documentation
//! Schema module containing type definitions for all LTS versions
// NOTE: This file is auto-generated by codegen.rs; DO NOT EDIT THIS FILE DIRECTLY

pub mod current;
pub mod downshift;
pub mod version;

// Re-export latest version as the default
pub use v2_3_0::*;

// Version-specific modules
pub mod v1_11_0;
pub mod v2_0_0;
pub mod v2_1_0;
pub mod v2_1_1;
pub mod v2_2_0;
pub mod v2_3_0;

#[cfg(feature = "validator")]
mod json;

#[cfg(feature = "validator")]
pub mod validator;