Docs.rs
socketioxide-redis-0.2.2
socketioxide-redis 0.2.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Totodore
Dependencies
bytes ^1.10
normal
fred ^10
normal
optional
futures-core ^0.3
normal
futures-util ^0.3
normal
pin-project-lite ^0.2
normal
redis ^0.30
normal
optional
rmp ^0.8
normal
rmp-serde ^1.3
normal
serde ^1.0
normal
smallvec ^1.13
normal
socketioxide-core ^0.17
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tracing ^0.1
normal
tokio ^1.40
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
socketioxide_
redis
0.2.2
In socketioxide_
redis::
drivers
socketioxide_redis
::
drivers
Type Alias
ChanItem
Copy item path
Source
pub type ChanItem = (
String
,
Vec
<
u8
>);
Expand description
A message item that can be returned from a channel.