Docs.rs
rifts-0.3.10
rifts 0.3.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
29 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
lazhenyi
Dependencies
actix-web ^4
normal
optional
actix-ws ^0.3
normal
optional
async-trait ^0.1
normal
axum ^0.8
normal
optional
bytes ^1
normal
ciborium ^0.2
normal
dashmap ^6
normal
futures-util ^0.3
normal
ntex ^2
normal
optional
parking_lot ^0.12
normal
rand ^0.9
normal
optional
redis ^1.3.0
normal
optional
serde ^1
normal
serde_json ^1
normal
sled ^0.34
normal
optional
thiserror ^1
normal
tokio ^1
normal
tokio-tungstenite ^0.24
normal
optional
tokio-util ^0.7
normal
tracing ^0.1
normal
ulid ^1
normal
uuid ^1
normal
warp ^0.3
normal
optional
criterion ^0.5
dev
tempfile ^3
dev
tracing-subscriber ^0.3
dev
Versions
96.87%
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
decode_reply
rifts
0.3.10
In rifts::
message::
command
rifts
::
message
::
command
Function
decode_
reply
Copy item path
Source
pub fn decode_reply(bytes: &[
u8
]) ->
Result
<
Reply
>
Expand description
Deserializes a Reply from JSON bytes.