Inline and export json string escaping functions

This commit is contained in:
Erick Tryzelaar
2014-09-07 01:07:45 -07:00
parent 02bcb1c616
commit bb361086b3
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
pub use self::ser::Serializer;
pub use self::ser::{to_vec, to_string};
pub use self::ser::escape_str;
pub mod ser;