mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 05:58:01 +00:00
13 lines
132 B
Rust
13 lines
132 B
Rust
extern crate syn;
|
|
#[macro_use]
|
|
extern crate synom;
|
|
|
|
pub mod ast;
|
|
pub mod attr;
|
|
|
|
mod ctxt;
|
|
pub use ctxt::Ctxt;
|
|
|
|
mod case;
|
|
mod check;
|