1 2 3 4 5 6 7
#[cfg(all(not(loom), not(shuttle), not(echeneis)))] mod core; #[cfg(loom)] mod loom; #[cfg(shuttle)] mod shuttle; mod test_library;