Commit Graph

4 Commits

Author SHA1 Message Date
bluss abf1bb5a0a TEST: Update .travis for serde-1 to serde rename 2019-09-25 14:46:32 +02:00
David Ross 6cd03dce8d Add failure tests for serde implementations
Thanks to @camlorn for the idea.
2017-06-16 15:09:48 -07:00
David Ross 1b0168bb6f Change feature name from 'serde' to 'serde-1'. 2017-06-08 12:02:21 -07:00
David Ross 21cd20ff26 Add 'serde' feature for serializing and deserializing ArrayVec and ArrayString.
This implements serde support under the optional 'serde' feature, and adds unit tests to test said support.
https://serde.rs/unit-testing.html used as a guide for the unit tests - using 'serde_test' makes for much
less boilerplate here, but it does require that the project have a non-optional dev dependency on 'serde_test'.
2017-06-08 01:42:34 -07:00