//! Primary Rust SDK for VSH.
//!//! The implementation remains isolated in `vsh-runtime`; this crate is the stable
//! application-facing registry handle.
pubusevsh_runtime_core::*;#[cfg(test)]modtests{usesuper::*;#[test]fnprimary_handle_reexports_the_native_runtime(){assert_eq!(VERSION,env!("CARGO_PKG_VERSION"));assert_eq!(engine_kind(),"rust");}}