roc/crates/compiler/test_derive/src/tests.rs

8 lines
72 B
Rust

#![cfg(test)]
mod decoding;
mod encoding;
mod eq;
mod hash;
mod util;