Skip to main content

axedom_input_defs/
lib.rs

1//! axedom-input-defs — part of the Axedom WASM-first runtime platform (alpha).
2
3#![warn(missing_docs)]
4
5mod spec;
6
7pub use spec::*;