Docs.rs
ya-relay-stack-0.5.1
ya-relay-stack 0.5.1
Docs.rs crate page
LGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
nieznanysprawiciel
wkargul
github:golemfactory:core-dev
Dependencies
derive_more ^0.99
normal
futures ^0.3
normal
lazy_static ^1
normal
log ^0.4
normal
managed ^0.8
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
rand ^0.8
normal
smoltcp ^0.10
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
ya-relay-util ^0.1
normal
anyhow ^1.0
dev
hex ^0.4
dev
sha3 ^0.8
dev
tokio ^1
dev
Versions
13.4%
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
TcpSocketExt
ya_
relay_
stack
0.5.1
TcpSocket
Ext
Required Methods
set_defaults
Implementations on Foreign Types
Socket<'a>
Implementors
In ya_
relay_
stack::
socket
ya_relay_stack
::
socket
Trait
TcpSocket
Ext
Copy item path
Source
pub trait TcpSocketExt { // Required method fn
set_defaults
(&mut self); }
Required Methods
§
Source
fn
set_defaults
(&mut self)
Implementations on Foreign Types
§
Source
§
impl<'a>
TcpSocketExt
for
Socket
<'a>
Source
§
fn
set_defaults
(&mut self)
Implementors
§