summaryrefslogtreecommitdiff
path: root/src/ser/key.rs
AgeCommit message (Collapse)Author
2017-05-20Rewrite of most components.Sam Scott
Simplify `ser` logic, and expand `de` functionality.
2017-03-12Run rustfmt on code.Sam Scott
2017-03-10Cleaning up, modifying docs.Sam Scott
2017-03-09Support serializing sequences.Sam Scott
2017-02-15Some _very_ hacky code to get nested url_encoded params working.Sam Scott
2017-01-29Do not forbid bool keys anymoreAnthony Ramine
Floats are supported so...
2017-01-29Update to serde 0.9.0 (fixes #7)Anthony Ramine
2017-01-27Reformat with rustfmtAnthony Ramine
2016-09-11x-www-form-urlencoded meets SerdeAnthony Ramine