lib.rs lib.rsRUST1pub mod application;2pub mod cubios;3 4 5// #[cfg(test)]6// mod tests {7// use super::*;8 9// #[test]10// fn it_works() {11// let result = add(2, 2);12// assert_eq!(result, 4);13// }14// }15 16 Wrapped for easier reading. Turn wrap off to inspect exact line lengths.WrappedExplain with AIAI