Docs.rs
macp-runtime-0.7.4
macp-runtime 0.7.4
Docs.rs crate page
Apache-2.0
06 September 2026
Links
Repository
crates.io
Source
Owners
ajit-zer07
Dependencies
async-stream ^0.3
normal
async-trait ^0.1
normal
base64 ^0.23
normal
chrono ^0.4
normal
futures-core ^0.3
normal
macp-auth ^0.7.4
normal
macp-core ^0.7.4
normal
macp-modes ^0.7.4
normal
macp-pb ^0.7.4
normal
macp-policy ^0.7.4
normal
macp-proto ^0.1.9
normal
macp-storage ^0.7.4
normal
opentelemetry ^0.32
normal
optional
opentelemetry-otlp ^0.32
normal
optional
opentelemetry_sdk ^0.32
normal
optional
prost ^0.14
normal
prost-types ^0.14
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tonic ^0.14
normal
tonic-health ^0.14
normal
tonic-prost ^0.14
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.33
normal
optional
tracing-subscriber ^0.3
normal
uuid ^1
normal
criterion ^0.5
dev
tempfile ^3
dev
macp-proto ^0.1.9
build
tonic-prost-build ^0.14
build
Versions
33.33%
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_mode_state
macp_
runtime
0.7.4
In macp_
runtime::
mode::
util
macp_runtime
::
mode
::
util
Function
decode_
mode_
state
Copy item path
Source
pub fn decode_mode_state<T>(bytes: &[
u8
]) ->
Result
<T,
MacpError
>
where T:
DeserializeOwned
,