mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 23:27:59 +00:00
add serde2 json deserializing to the benchmark
This commit is contained in:
@@ -2,5 +2,8 @@ pub use self::ser::Writer;
|
||||
pub use self::ser::{to_vec, to_string};
|
||||
pub use self::ser::escape_str;
|
||||
|
||||
pub use self::de::from_str;
|
||||
|
||||
pub mod ser;
|
||||
pub mod de;
|
||||
pub mod error;
|
||||
|
||||
Reference in New Issue
Block a user