mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 15:07:56 +00:00
wip: initial progress converting serde2 to associated types
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
extern crate unicode;
|
||||
|
||||
pub use ser::{Serialize, Serializer};
|
||||
//pub use ser::{Serialize, Serializer};
|
||||
//pub use ser::{Visitor, VisitorState};
|
||||
//pub use ser::GatherTokens;
|
||||
|
||||
pub mod ser;
|
||||
pub mod de;
|
||||
pub mod json;
|
||||
//pub mod de;
|
||||
//pub mod json;
|
||||
|
||||
Reference in New Issue
Block a user