serde/test_suite
Steven Fackler eec7101894 Support deserialization of struct keys from integers
serde-cbor supports a "packed" serialization flag which causes keys to
be serialized as their indices, but the deserializer currently has to
hardcode support for this format. We can simply support deserialization
of struct keys from integers as we already do for enum variants.
2017-06-17 18:12:07 -07:00
..
deps Allow running travis build locally 2017-01-31 12:07:31 -08:00
no_std Implement Serialize/Deserialize for OsStr/OsString 2017-03-27 11:44:50 -07:00
tests Support deserialization of struct keys from integers 2017-06-17 18:12:07 -07:00
Cargo.toml Take credit 2017-04-20 08:13:46 -07:00