blob: 6c7795decf0b2e9fad7c8ef35160b9d8543cfa8b [file] [log] [blame]
Adam Snaidercc622812023-11-07 17:59:27 -08001// Reexport all of the [`aos`] crate
2pub use aos::*;
3
4/// Utilities for testing an AOS application.
5pub mod testing {
6 pub use aos_test_init as init;
7}