diff options
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}; |