serde/testing/tests/test.rs.in
2016-06-28 21:54:51 -07:00

10 lines
122 B
Rust

#[macro_use]
mod macros;
mod test_annotations;
mod test_bytes;
mod test_de;
mod test_gen;
mod test_macros;
mod test_ser;