cosmwasm-schema 0.8.0-rc1

A dev-dependency for CosmWasm contracts to generate JSON Schema files.
Documentation
mod casing;
mod export;
mod remove;

pub use export::{export_schema, export_schema_with_title};
pub use remove::remove_schemas;

// Re-exports
pub use schemars::schema_for;