Docs.rs
titan-api-codec-1.2.0
titan-api-codec 1.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
other-chris
Dependencies
brotli ^8.0
normal
optional
bytes ^1
normal
flate2 ^1.1
normal
optional
rmp-serde ^1.3.0
normal
optional
serde ^1.0
normal
thiserror ^2.0
normal
titan-api-types ^1.2.0
normal
zstd ^0.13.0
normal
optional
zstd-safe ^7.0
normal
optional
criterion ^0.6.0
dev
hex-literal ^1.0.0
dev
lipsum ^0.9.1
dev
rmpv ^1.3.0
dev
serde_bytes ^0.11.17
dev
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
Files
titan_api_codec/codec/ws/
mod.rs
1
//! Versioned Codecs for the Titan WebSocket API.
2
3
pub mod
v1;
4
5
pub use
v1
as
current;