12 lines
143 B
Rust
12 lines
143 B
Rust
extern crate serde;
|
|
|
|
#[macro_use]
|
|
mod macros;
|
|
|
|
mod test_annotations;
|
|
mod test_bytes;
|
|
mod test_de;
|
|
mod test_gen;
|
|
mod test_macros;
|
|
mod test_ser;
|