Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e032a9d1e9eeba303ec74a69bb93b4271abd3045
/
.
/
aos
/
testing
/
aos.rs
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
;
}