aboutsummaryrefslogtreecommitdiff
path: root/src/de.rs
AgeCommit message (Expand)AuthorLines
2017-04-28Address comment and make test passVincent Prouillet-15/+21
2017-04-25Deserialize enum in ValueVincent Prouillet-1/+3
2017-04-25Remove everything other than enum variant codeVincent Prouillet-97/+0
2017-04-24Allow to deserialize/serialize into enumsVincent Prouillet-1/+134
2017-04-20Support serde 1.0.0Alex Crichton-68/+68
2017-04-12Stop taking references when not neededDaniel Lockyer-2/+2
2017-04-12Simplify if-statementsDaniel Lockyer-5/+5
2017-04-12Switch from comparison to is_empty()Daniel Lockyer-3/+3
2017-04-12Remove unneeded return statementsDaniel Lockyer-3/+3
2017-04-05Replace unwrap with expect in public methodsMatthias Endler-3/+3
2017-03-31Fix backcompat with array definitionsAlex Crichton-1/+6
2017-02-08Implement Deserializer::set_require_newline_after_tableAlex Crichton-6/+26
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+1195