blob: 6c7795decf0b2e9fad7c8ef35160b9d8543cfa8b [file] [log] [blame]
// Reexport all of the [`aos`] crate
pub use aos::*;
/// Utilities for testing an AOS application.
pub mod testing {
pub use aos_test_init as init;
}