Docs.rs
msg-transport-0.1.6
msg-transport 0.1.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mempirate
Dependencies
arc-swap ^1.8.1
normal
async-trait ^0.1
normal
derive_more ^2.1.1
normal
optional
futures ^0.3
normal
libc ^0.2
normal
msg-common ^0.1.6
normal
openssl ^0.10
normal
optional
quinn ^0.11.9
normal
optional
rcgen ^0.14
normal
optional
thiserror ^2
normal
optional
tokio ^1
normal
tokio-openssl ^0.6
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
dev
Versions
76.92%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Crate msg_transport
msg_
transport
0.1.6
All Items
Crate Items
Modules
Structs
Traits
Crate
msg_
transport
Copy item path
Source
Modules
§
ipc
tcp
Structs
§
Acceptor
An
await
-friendly interface for accepting inbound connections.
Metered
Io
A wrapper around an
Io
object that records and provides transport-specific metrics. The link with the transport-specific metrics is achieved by the
S
type parameter, which must implement the
TryFrom<&Io>
trait.
Traits
§
Address
A trait for address types that can be used by any transport.
Peer
Address
Trait for connection types that can return their peer address.
Transport
A transport provides connection-oriented communication between two peers through ordered and reliable streams of bytes.
Transport
Ext
Extension trait for transports that provides additional methods.