1#![no_std] 2#![doc = include_str!("../README.md")] 3 4#[doc(hidden)] 5pub mod runtime; 6 7// Re-export everything 8pub use embedded_runtime::*;