aboutsummaryrefslogtreecommitdiff
path: root/src/ser.rs
AgeCommit message (Expand)AuthorLines
2017-07-24use ignore rather than no_run for toml blocksGarrett Berg-4/+4
2017-07-22fix docs and addGarrett Berg-4/+70
2017-07-21fix "Garrett Berg-1/+7
2017-07-20use builder patternGarrett Berg-14/+72
2017-07-09pretty arraysGarrett Berg-4/+12
2017-07-09array doesn't break anything...Garrett Berg-5/+25
2017-07-09add pretty sting serializationGarrett Berg-3/+38
2017-07-09add Settings structGarrett Berg-0/+20
2017-06-01Add toml::ser::Error::KeyNewline back inAlan Du-0/+6
2017-06-01Allow serializing keys with \n in themAlan Du-8/+0
2017-06-01Close #180Alan Du-1/+21
2017-05-30Merge pull request #183 from alanhdu/invalid_numberAlex Crichton-2/+15
2017-05-31Error when trying to serialize invalid floatAlan Du-2/+15
2017-05-30Encode control characters with hex not decimalAlan Du-1/+1
2017-05-10add example for to_stringRaphaƫl Huchet-0/+35
2017-04-28Address comment and make test passVincent Prouillet-2/+2
2017-04-24Allow to deserialize/serialize into enumsVincent Prouillet-1/+1
2017-04-20Support serde 1.0.0Alex Crichton-35/+16
2017-04-12Stop taking references when not neededDaniel Lockyer-4/+4
2017-04-12Simplify if-statementsDaniel Lockyer-1/+1
2017-02-21Add support for `serialize_bytes`Alex Crichton-3/+4
2017-02-10Add a serialization helper to put tables lastAlex Crichton-2/+266
2017-02-10Update ser.rsJonas mg-1/+1
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+1006