diff options
| author | Edward Barnard | 2015-12-24 19:39:31 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-12-24 22:22:31 +0000 |
| commit | bc194fc8ef70a0b6a88a5b23cd5da443c403ea34 (patch) | |
| tree | 494634fba9242b2c58ff65f61d5a3ac7cb0e1f3d /src/ser.rs | |
| parent | 8868a6880b67fce7c7147526b2973ba59376d93a (diff) | |
| download | rust-plist-bc194fc8ef70a0b6a88a5b23cd5da443c403ea34.tar.bz2 | |
Add serde serialization tests
Diffstat (limited to 'src/ser.rs')
| -rw-r--r-- | src/ser.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// Tests for the serializer and deserializer are located in tests/serde_/mod.rs. +// They can be run with `cargo test --features serde_tests`. + use serde::ser::{MapVisitor, Serialize, Serializer as SerdeSerializer, SeqVisitor}; use {EventWriter, PlistEvent}; |
