serde/testing/tests/test.rs.in

12 lines
143 B
Rust
Raw Normal View History

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