lib.rs 118 B

1234567891011
  1. extern crate bzip2;
  2. pub mod adnot;
  3. pub mod reader;
  4. #[cfg(test)]
  5. mod tests {
  6. #[test]
  7. fn it_works() {
  8. }
  9. }