//! Official entry crate for Axedom (alpha).
/// Published API version for this crate.
pubconstVERSION:&str=env!("CARGO_PKG_VERSION");/// Runtime API entry (enabled in a future release).
pubfnruntime_unavailable()->!{unimplemented!("{}{VERSION} is in active development; see https://github.com/axedom/axedom for releases",concat!(env!("CARGO_PKG_NAME"),""));}