Docs.rs
icmp-client-0.2.0
icmp-client 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vkill
Dependencies
async-io ^1
normal
optional
async-trait ^0.1
normal
socket2 ^0.5
normal
tokio ^1
normal
optional
icmp-packet ^0.1
dev
os_info ^3
dev
tokio ^1
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
icmp_
client
0.2.0
In icmp_
client::
utils
icmp_client
::
utils
Function
new_std_udp_socket
Copy item path
Source
pub fn new_std_udp_socket( config: &
Config
, ) ->
Result
<
UdpSocket
,
AsyncClientWithConfigError
>