serde/serde_test/src
Markus Westerlind 0dccbb1f11 Serialize to binary if the serde format is not human readable
This implements the KISS suggested in https://github.com/serde-rs/serde/issues/790.
It is possible that one of the other approaches may be better but this
seemed like the simplest one to reignite som discussion.

Personally I find the original suggestion of adding two traits perhaps slightly
cleaner in theory but I think it ends up more complicated in the end
since the added traits also need to be duplicated to to the `Seed`
traits.

Closes #790
2017-09-07 16:20:57 +02:00
..
assert.rs Serialize to binary if the serde format is not human readable 2017-09-07 16:20:57 +02:00
de.rs Serialize to binary if the serde format is not human readable 2017-09-07 16:20:57 +02:00
error.rs Remove error from serde_test public API 2017-04-19 11:54:48 -07:00
lib.rs Serialize to binary if the serde format is not human readable 2017-09-07 16:20:57 +02:00
ser.rs Serialize to binary if the serde format is not human readable 2017-09-07 16:20:57 +02:00
token.rs Reorder Tokens to match the Serializer trait 2017-04-19 14:15:24 -07:00