Docs.rs
exoware-simplex-2026.5.0
exoware-simplex 2026.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
bytes ^1
normal
clap ^4.5.18
normal
commonware-actor ^2026.5.0
normal
commonware-codec ^2026.5.0
normal
commonware-consensus ^2026.5.0
normal
commonware-cryptography ^2026.5.0
normal
commonware-math ^2026.5.0
normal
commonware-parallel ^2026.5.0
normal
commonware-resolver ^2026.5.0
normal
commonware-runtime ^2026.5.0
normal
commonware-utils ^2026.5.0
normal
exoware-sdk ^2026.5.0
normal
futures ^0.3.30
normal
hex ^0.4
normal
rand ^0.8.5
normal
thiserror ^2.0.12
normal
tokio ^1.43.0
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
commonware-consensus ^2026.5.0
dev
commonware-cryptography ^2026.5.0
dev
commonware-p2p ^2026.5.0
dev
commonware-storage ^2026.5.0
dev
tempfile ^3.10.1
dev
Versions
12.77%
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
encode_block_data
exoware_
simplex
2026.5.0
exoware_simplex
Function
encode_
block_
data
Copy item path
Source
pub fn encode_block_data<B>(header:
&B
, body: &[
u8
]) ->
Bytes
where B:
Write
+
EncodeSize
,