mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 19:31:02 +00:00
More efficient try!() alternative
This commit is contained in:
@@ -58,6 +58,7 @@ mod fragment;
|
||||
|
||||
mod de;
|
||||
mod ser;
|
||||
mod try;
|
||||
|
||||
#[proc_macro_derive(Serialize, attributes(serde))]
|
||||
pub fn derive_serialize(input: TokenStream) -> TokenStream {
|
||||
|
||||
Reference in New Issue
Block a user