summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e5ee7e2..d55f0b4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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};