Adam Snaider | cc62281 | 2023-11-07 17:59:27 -0800 | [diff] [blame] | 1 | // Reexport all of the [`aos`] crate |
2 | pub use aos::*; | ||||
3 | |||||
4 | /// Utilities for testing an AOS application. | ||||
5 | pub mod testing { | ||||
6 | pub use aos_test_init as init; | ||||
James Kuszmaul | 1cd3c2b | 2024-05-21 17:08:10 -0700 | [diff] [blame] | 7 | pub use aos_testing_path as path; |
Adam Snaider | cc62281 | 2023-11-07 17:59:27 -0800 | [diff] [blame] | 8 | } |