Docs.rs
ma-core-0.10.10
ma-core 0.10.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bahner
Dependencies
anyhow ^1.0
normal
argon2 ^0.5
normal
optional
async-trait ^0.1
normal
base64 ^0.22
normal
blake3 ^1
normal
bytes ^1.11.1
normal
chacha20poly1305 ^0.10
normal
ciborium ^0.2
normal
cid ^0.11.3
normal
clap ^4
normal
optional
directories ^5
normal
optional
ed25519-dalek ^2.2
normal
hex ^0.4
normal
ipld-core ^0.4
normal
iroh ^0.98
normal
optional
iroh-base ^0.98
normal
iroh-gossip ^0.98
normal
optional
libp2p-identity ^0.2
normal
multibase ^0.9
normal
nanoid ^0.4
normal
rand ^0.8
normal
rand_core ^0.6
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_ipld_dagcbor ^0.6
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
optional
thiserror ^2
normal
tokio ^1.52
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
optional
unsigned-varint ^0.8
normal
web-time ^1
normal
x25519-dalek ^2.0
normal
zeroize ^1
normal
optional
tokio ^1.52
dev
getrandom ^0.2
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
web-time ^1
normal
Versions
40.32%
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
Module msg
ma_core
0.10.10
Module msg
Module Items
Structs
Constants
Functions
In crate ma_
core
ma_core
Module
msg
Copy item path
Source
Structs
§
Envelope
An encrypted message envelope for transport.
Headers
Signed message headers (without content body).
Message
A signed actor-to-actor message.
Replay
Guard
Sliding-window replay guard for message deduplication.
Constants
§
DEFAULT_
MAX_
CLOCK_
SKEW_
SECS
DEFAULT_
MESSAGE_
TTL_
SECS
DEFAULT_
REPLAY_
WINDOW_
SECS
MESSAGE_
PREFIX
Functions
§
message_
type