mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-03 15:17:22 +00:00
@@ -15,8 +15,11 @@ use proc_macro::TokenStream;
|
||||
|
||||
#[macro_use]
|
||||
mod bound;
|
||||
mod de;
|
||||
#[macro_use]
|
||||
mod fragment;
|
||||
|
||||
mod ser;
|
||||
mod de;
|
||||
|
||||
#[proc_macro_derive(Serialize, attributes(serde))]
|
||||
pub fn derive_serialize(input: TokenStream) -> TokenStream {
|
||||
|
||||
Reference in New Issue
Block a user