summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-20Update README.Sam Scott
2017-03-20Bump version to 0.0.2.Sam Scott
2017-03-20Add more tests for de/serializing Options.Sam Scott
2017-03-20Add support for optional sequences and structs.Sam Scott
2017-03-16Merge pull request #1 from kardeiz/kardeiz-patch-1Sam Scott
2017-03-16Move csv to dev-dependenciesJacob Brown
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Add in docs link, clean up examples and querystring consistency.Sam Scott
2017-03-12Tweak to docs.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-12Expand out example and a bit of testing.Sam Scott
2017-03-12Fix sequences by using temporary Level::Invalid("uninitialised").Sam Scott
2017-03-10Expand tests and examples.Sam Scott
2017-03-10Update Cargo.toml.Sam Scott
2017-03-10Update README.Sam Scott
2017-03-10Cleaning up, modifying docs.Sam Scott
2017-03-09Support serializing sequences.Sam Scott
2017-03-09Add sequence deserializing.Sam Scott
2017-03-09Refactoring aproach.Sam Scott
2017-02-22Add some error handling instead of panicking everywhere.Sam Scott
2017-02-20Refactored to avoid allocating so many strings.Sam Scott
2017-02-19Little bit of cleanup.Sam Scott
2017-02-15Some _very_ hacky code to get nested url_encoded params working.Sam Scott
2017-02-05Merge #13bors-ng[bot]
2017-02-05Inline docs of reexports and bump version to 0.4.2Anthony Ramine
2017-02-05Merge #12bors-ng[bot]
2017-02-05Introduce de::from_readerArthur Skobara
2017-01-31Merge #11bors-ng[bot]
2017-01-31Bump to 0.4.1Anthony Ramine
2017-01-31Add a couple of categoriesAnthony Ramine
2017-01-31Update serde to 0.9.3 and use serde::ser::ImpossibleAnthony Ramine
2017-01-29Merge #10bors-ng[bot]
2017-01-29Bump version to 0.4.0Anthony Ramine
2017-01-29Add bors configurationAnthony Ramine
2017-01-29Do not forbid bool keys anymoreAnthony Ramine
2017-01-29Use dtoa to not allocate a String to serialize a floatAnthony Ramine
2017-01-29Use itoa to not allocate a String to serialize an integerAnthony Ramine
2017-01-29Use void for the unreachable serializersAnthony Ramine
2017-01-29Do not allocate a String to serialize a boolAnthony Ramine
2017-01-29Update to serde 0.9.0 (fixes #7)Anthony Ramine
2017-01-27Reformat with rustfmtAnthony Ramine
2016-10-23Bump version to 0.3.0Anthony Ramine
2016-10-23Support Option values in the sequence serializerAnthony Ramine
2016-10-23Support serializing top-level Option valuesAnthony Ramine
2016-10-23Use opaque structs instead of opaque tuplesAnthony Ramine
2016-09-22Bump version to 0.2.2Anthony Ramine
2016-09-22Add support for boolean valuesaelita-mergebot
2016-09-22Add support for boolean valuesMatthias Endler
2016-09-19Bump version to 0.2.1Anthony Ramine
2016-09-19Add support for option parametersaelita-mergebot