diff options
author | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:52:42 +0000 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:52:42 +0000 |
commit | 9a453f02364915bfc45e879267cbd0f710e746f1 (patch) | |
tree | 9cec3e41e25411967b40578c94f80c19e6e0c0e5 /src/lib.rs | |
parent | f8a8887318d0595a028f0a4a62001b229ebdf942 (diff) |
Add generic serialize `to_writer` method.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,4 +138,4 @@ pub use de::{from_bytes, from_str}; pub use de::Config; pub use error::Error; #[doc(inline)] -pub use ser::{QsSerializer, to_string}; +pub use ser::{QsSerializer, to_string, to_writer}; |