serde/serde_tests/tests/test.rs.in
2016-05-07 15:25:13 -07:00

12 lines
134 B
Rust

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