serde/test_suite
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
..
deps Allow running travis build locally 2017-01-31 12:07:31 -08:00
no_std Workaround for "no bin target named serde_derive_tests_no_std" 2017-07-21 00:05:30 -07:00
tests Serialize to binary if the serde format is not human readable 2017-09-07 16:20:57 +02:00
Cargo.toml Serialize unsized Arc and Rc 2017-09-04 10:31:03 -07:00