//! Inlined SSE parsing implementation.
//!
//! This module contains a self-contained Server-Sent Events parser based on the
//! [HTML Living Standard](https://html.spec.whatwg.org/multipage/server-sent-events.html).
//! It was originally derived from the `sseer` crate and inlined to eliminate
//! the external dependency.
pub
pub
pub
pub use EventStreamError;
pub use Event;
pub use EventStream;