blob: b9e4264d4c4e04028e4016c83d2e4f0763699e0b [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;
pub use aos_testing_path as path;
}