Sebastian Dröge
|
69be1ce2fc
|
Fix various new clippy warnings from 1.40
|
2019-12-22 12:10:27 +02:00 |
|
Sebastian Dröge
|
eb0a804a50
|
Run everything through latest rustfmt
|
2018-10-08 15:02:23 +03:00 |
|
François Laignel
|
6bda3ef174
|
serde: add roundtrip tests
This allows making sure serialization and deserialization are in sync for
types with asymetrical implementations.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
dfc961679f
|
segment: serde FormattedSegment s too
... and use the same `struct` for serialization and deserialization so
that fields mapping consistency is ensured at compilation time.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
ab9cd29bd6
|
serde: fmt pass
Note: clippy didn't raise any warning
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
90b046fbcf
|
serde: separate serde impl and tests from base module
+ fix erroneous `datetime` instead of `buffer` in `BufferRef::serialize`
+ remove ser/de for `Value`s with types `ULong` & `ILong`
|
2018-07-30 23:18:30 +03:00 |
|