Docs.rs
typeduck-codex-utils-absolute-path-0.18.0
typeduck-codex-utils-absolute-path 0.18.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
22 July 2026
Links
Repository
crates.io
Source
Owners
sssemil
Dependencies
bytes ^1.9.0
normal
data-encoding ^2
normal
optional
flate2 ^1.1.0
normal
optional
headers ^0.4.0
normal
optional
http ^1.0
normal
optional
httparse ^1.3.4
normal
optional
log ^0.4.8
normal
rand ^0.9.0
normal
rustls ^0.23.0
normal
optional
rustls-pki-types ^1.0
normal
optional
sha1 ^0.10
normal
optional
thiserror ^2.0.7
normal
utf-8 ^0.7.5
normal
Versions
100%
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
Module coding
tungstenite
0.18.0
Module coding
Module Items
Enums
In tungstenite::
protocol::
frame
tungstenite
::
protocol
::
frame
Module
coding
Copy item path
Source
Expand description
Various codes defined in RFC 6455.
Enums
ยง
Close
Code
Status code used to indicate why an endpoint is closing the WebSocket connection.
Control
Control opcodes as in RFC 6455
Data
Data opcodes as in RFC 6455
OpCode
WebSocket message opcode as in RFC 6455.