Docs.rs
codex-convert-proxy-0.1.4
codex-convert-proxy 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
soddygo
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
optional
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
optional
http ^1
normal
http-body-util ^0.1.3
normal
memchr ^2.5
normal
opentelemetry ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
pingora ^0.8
normal
optional
pingora-core ^0.8
normal
optional
pingora-http ^0.8
normal
optional
pingora-proxy ^0.8
normal
optional
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
optional
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
optional
url ^2.5
normal
optional
uuid ^1.0
normal
tokio-test ^0.4
dev
Versions
42.42%
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
serialize_sse
codex_
convert_
proxy
0.1.4
In codex_
convert_
proxy::
util::
sse
codex_convert_proxy
::
util
::
sse
Function
serialize_
sse
Copy item path
Source
pub fn serialize_sse(event: &
SseEvent
) ->
String
Expand description
Serialize a single SSE event to string format.