You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lib.rs 124B

12345678910
  1. pub mod ident;
  2. pub mod rar;
  3. #[cfg(test)]
  4. mod tests {
  5. #[test]
  6. fn it_works() {
  7. assert_eq!(2 + 2, 4);
  8. }
  9. }