Erick Tryzelaar
d17846eff1
Add deserializer type hinting hooks
...
Formats like xml have trouble knowing if they should deserialize
tags into a sequence from the stream they are deserializing from.
This PR adds hooks so the deserializee can inform the deserializer
to provide them a sequence if possible.
Closes #38 .
2015-03-20 08:32:33 -07:00
Erick Tryzelaar
5378d22708
Switch to the new custom_deserialize syntax
2015-03-19 20:19:49 -07:00
Erick Tryzelaar
e778c7e25c
Update to rust HEAD
2015-03-19 20:19:48 -07:00
Erick Tryzelaar
a212ef11a9
Fix compiling bench_struct
2015-03-16 21:10:16 -07:00
Erick Tryzelaar
805a3435cf
Replace serde1 with serde2!
...
Closes #26 !
2015-03-08 22:56:33 -07:00
Erick Tryzelaar
4dccf8cdec
Clean up warnings in serde
2015-02-13 10:26:13 -08:00
Thomas Bahn
79ff9fdafa
Use the IntoIterator trait in for loops
2015-02-06 22:23:16 +01:00
Thomas Bahn
9a284ae7c2
Follow rust std: fmt::Show
was renamed to fmt::Debug
2015-02-06 22:23:16 +01:00
Thomas Bahn
361acd37d0
Follow rust std: int, uint were renamed to isize, usize
2015-02-06 22:23:15 +01:00
Dan Burkert
460dbce8cc
Update for rustc 1.0.0-nightly (8903c21d6 2015-01-15 22:42:58 +0000)
2015-01-17 16:36:15 -08:00
Erick Tryzelaar
8715a41158
Update to rust HEAD
2015-01-07 09:30:11 -08:00
Erick Tryzelaar
b98719a4a0
update to rust HEAD, switch to rustc_serialize
2015-01-04 17:18:50 -08:00
Erick Tryzelaar
29242ee6a6
update to rust head
2014-12-17 23:00:05 -08:00
Erick Tryzelaar
388ef3e80f
fixup the benchmarks
2014-12-05 22:17:50 -08:00
Erick Tryzelaar
857723dff6
Fix serde to compile on master again
2014-11-22 16:27:01 -08:00
Erick Tryzelaar
21a58e86e4
Rename Serializable to Serialize, Deserializable to Deserialize
2014-11-13 07:54:44 -08:00
Renato Zannon
4345633a92
Update benchmarks to rust nightly
2014-11-04 20:50:53 -02:00
Erick Tryzelaar
23f3173ded
update to rust HEAD
2014-11-03 12:58:36 -08:00
Erick Tryzelaar
0380346466
Add some better error messages
2014-10-23 10:26:52 -07:00
Erick Tryzelaar
be0f19fb34
Remove dead code
2014-10-23 10:26:52 -07:00
Erick Tryzelaar
292a820e3a
silence some warnings
2014-10-23 10:26:52 -07:00
Erick Tryzelaar
da34268be1
Fix some lints
2014-10-06 21:44:01 -07:00
kvark
997d3901c1
Fixed all the tests
2014-09-29 21:58:22 -04:00
Erick Tryzelaar
0cd64bfb14
Move the benchmarks into a benches/ directory
2014-09-06 20:41:13 -07:00