mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
13 lines
168 B
Rust
13 lines
168 B
Rust
extern crate serde;
|
|
extern crate serde_test;
|
|
|
|
#[macro_use]
|
|
mod macros;
|
|
|
|
mod test_annotations;
|
|
mod test_bytes;
|
|
mod test_de;
|
|
mod test_gen;
|
|
mod test_macros;
|
|
mod test_ser;
|