Skip to main content

axedom_editor_ui/
lib.rs

1//! axedom-editor-ui — first-party application for the Axedom WASM-first runtime platform (alpha).
2
3#![warn(missing_docs)]
4
5mod spec;
6
7pub use spec::*;