diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ pub use element::IntoContent; pub use element::IntoElement; pub use error::DeserializeError; pub use error::Error; +pub use reader::ReadableString; pub use reader::Reader; #[cfg(target_arch = "wasm32")] pub use reader::WebSocketOnMessageRead; |