Skip to content

Commit 8c489a6

Browse files
authored
Make event_parser::Event public (#26)
1 parent 5a34795 commit 8c489a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eventsource-client/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ mod event_parser;
3434
pub use client::*;
3535
pub use config::*;
3636
pub use error::*;
37+
pub use event_parser::Event;
3738
pub use event_parser::SSE;

0 commit comments

Comments
 (0)