#![doc = include_str!("../README_EN.md")]
#[cfg(feature = "v1")]
pub mod v1;
#[cfg(feature = "v2")]
pub mod v2;
#[cfg(all(feature = "v1", feature = "v2", feature = "wasm", feature = "export"))]
pub mod wasm;
pub mod error;
pub mod utils;
pub mod prelude;