Docs.rs
solana-netutil-0.20.5
solana-netutil 0.20.5
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
bincode ^1.2.0
normal
bytes ^0.4
normal
clap ^2.33.0
normal
log ^0.4.8
normal
nix ^0.15.0
normal
rand ^0.6.1
normal
serde ^1.0.101
normal
serde_derive ^1.0.101
normal
socket2 ^0.3.11
normal
solana-logger ^0.20.5
normal
tokio ^0.1
normal
tokio-codec ^0.1
normal
Versions
19.05%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
netutil
0.20.5
solana_netutil
Function
bind_in_range
Copy item path
Source
pub fn bind_in_range(range:
PortRange
) ->
Result
<(
u16
,
UdpSocket
)>