Docs.rs
jules-api-0.1.0
jules-api 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
08 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ArtisanXL
Dependencies
jules-core ^0.1.0
normal
serde ^1.0.229
normal
serde_json ^1.0.151
normal
thiserror ^2.0.19
normal
tokio ^1.53.1
dev
wasm-bindgen-test ^0.3.45
dev
reqwest ^0.12
normal
tokio ^1.53.1
normal
optional
proptest ^1.11.0
dev
tokio ^1.53.1
dev
js-sys ^0.3.103
normal
wasm-bindgen ^0.2.126
normal
wasm-bindgen-futures ^0.4.76
normal
web-sys ^0.3.103
normal
getrandom ^0.4
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sse
jules_
api
0.1.0
Module sse
Module Items
Structs
In jules_
api::
streaming
jules_api
::
streaming
Module
sse
Copy item path
Source
Expand description
Server-Sent Events (SSE) parsing. Server-Sent Events (SSE) parsing.
Structs
ยง
SseEvent
Represents a single Server-Sent Event (SSE).
SseParser
A parser for buffering and yielding
SseEvent
s from a text stream.