versa 1.6.0-alpha3

Versa types and utilities for developing Versa client applications in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! 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;

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

// Version-specific modules
pub mod v1_11_0;
pub mod v2_0_0;

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

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