serde/serde_tests/tests/test.rs.in
2015-08-29 17:29:42 -07:00

11 lines
120 B
Rust

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