Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rand]
version = "0.7"

[dependencies.socket2]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["An Long <aisk1988@gmail.com>"]
description = "ICMP library"
edition = "2018"
license = "MIT"
name = "ping"
repository = "https://github.com/aisk/ping"
version = "0.3.0"