reflectapi 0.16.10

ReflectAPI is a library for Rust code-first web service API declaration and corresponding clients code generation tools.
Documentation
#[cfg(feature = "uuid")]
mod uuid;

#[cfg(feature = "chrono")]
mod chrono;

#[cfg(feature = "chrono-tz")]
mod chrono_tz;

#[cfg(feature = "url")]
mod url;

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

#[cfg(feature = "rust_decimal")]
mod rust_decimal;

#[cfg(feature = "indexmap")]
mod indexmap;