lib.rs 142 B

1234567891011
  1. pub mod dart;
  2. pub mod entities;
  3. mod protobuf;
  4. #[cfg(test)]
  5. mod tests {
  6. #[test]
  7. fn it_works() {
  8. assert_eq!(2 + 2, 4);
  9. }
  10. }