serde/serde_tests/tests/test.rs.in

11 lines
120 B
Rust
Raw Normal View History

2015-08-27 22:01:09 -05:00
#[macro_use]
mod macros;
mod token;
mod test_annotations;
mod test_bytes;
mod test_de;
mod test_macros;
mod test_ser;