summaryrefslogtreecommitdiff
path: root/src/ser/part.rs
AgeCommit message (Expand)Author
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-29Update to serde 0.9.0 (fixes #7)Anthony Ramine