serde/testing/tests/test.rs.in

12 lines
143 B
Rust
Raw Normal View History

2016-07-20 03:26:31 -05:00
extern crate serde;
2015-08-27 22:01:09 -05:00
#[macro_use]
mod macros;
mod test_annotations;
mod test_bytes;
mod test_de;
2016-05-07 14:33:59 -05:00
mod test_gen;
mod test_macros;
mod test_ser;