This website requires JavaScript.
Explore
Help
Sign In
pezkuwichain
/
serde
Watch
1
Star
0
Fork
0
You've already forked serde
mirror of
https://github.com/pezkuwichain/serde.git
synced
2026-04-23 05:58:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9c7ea1a6470e2b6e08c6d82474ccb4a49353523
serde
/
src
/
json
T
History
Erick Tryzelaar
65cfcd03f8
Port serde2 to std::io, which cuts the speed by 26% :(
2015-02-16 18:17:50 -08:00
..
builder.rs
Follow rust std: int, uint were renamed to isize, usize
2015-02-06 22:23:15 +01:00
de.rs
Follow rust std:
fmt::Show
was renamed to
fmt::Debug
2015-02-06 22:23:16 +01:00
error.rs
ported over to the new std::io, but it's half the speed of std::old_io
2015-02-14 10:01:22 -08:00
mod.rs
ported over to the new std::io, but it's half the speed of std::old_io
2015-02-14 10:01:22 -08:00
ser.rs
Port serde2 to std::io, which cuts the speed by 26% :(
2015-02-16 18:17:50 -08:00
value.rs
ported over to the new std::io, but it's half the speed of std::old_io
2015-02-14 10:01:22 -08:00