Docs.rs
solana-net-utils-1.7.17
solana-net-utils 1.7.17
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
bincode ^1.3.1
normal
clap ^2.33.1
normal
log ^0.4.11
normal
nix ^0.20.0
normal
rand ^0.7.0
normal
serde ^1.0.122
normal
serde_derive ^1.0.103
normal
socket2 ^0.3.17
normal
solana-clap-utils =1.7.17
normal
solana-logger =1.7.17
normal
solana-sdk =1.7.17
normal
solana-version =1.7.17
normal
tokio ^1
normal
url ^2.1.1
normal
Versions
16.67%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Other items in
solana_net_utils
?
Function
solana_net_utils
::
bind_common
[
−
]
[src]
pub fn bind_common(
ip_addr:
IpAddr
,
port:
u16
,
reuseaddr:
bool
) ->
Result
<
(
UdpSocket
,
TcpListener
)
>