Docs.rs
stynx-code-provider-3.12.0
stynx-code-provider 3.12.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
maulanasdqn
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
stynx-code-auth ^3.1.0
normal
stynx-code-errors ^3.1.0
normal
stynx-code-types ^3.1.0
normal
tracing ^0.1
normal
Versions
0%
of the crate is documented
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
parse_sse_event
stynx_
code_
provider
3.12.0
In stynx_
code_
provider::
infrastructure::
sse_
parser
stynx_code_provider
::
infrastructure
::
sse_parser
Function
parse_
sse_
event
Copy item path
Source
pub fn parse_sse_event(event_type: &
str
, data: &
str
) ->
Vec
<
StreamEvent
>