Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
19e9b31c60219bdee3231de4ed40d7993f2cfc46
/
.
/
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
;
}