Docs.rs
enigma-protocol-0.1.0
enigma-protocol 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Gladius33
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
enigma-aead ^0.1.0
normal
enigma-double-ratchet ^0.1.0
normal
enigma-identity ^0.1.0
normal
enigma-packet ^0.1.0
normal
enigma-transport-webrtc ^0.1.0
normal
optional
hkdf ^0.12
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
uuid ^1
normal
zeroize ^1
normal
hex ^0.4
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
in_memory_duplex_pair
enigma_
protocol
0.1.0
enigma_protocol
Function
in_
memory_
duplex_
pair
Copy item path
Source
pub fn in_memory_duplex_pair( buffer:
usize
, ) -> (
Arc
<dyn
Transport
>,
Arc
<dyn
Transport
>)