elys-stdd 0.1.0

Standard library for Elys with CosmWasm support included
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![forbid(unsafe_code)]
#![warn(trivial_casts, trivial_numeric_casts, unused_import_braces)]

/// The version (commit hash) of the Cosmos SDK used when generating this library.
pub const ELYSD_VERSION: &str = include_str!("types/ELYS_COMMIT");

mod serde;
pub mod shim;

#[allow(deprecated, unused_imports, clippy::large_enum_variant)]
pub mod types;