7 releases
0.3.0 | Apr 2, 2019 |
---|---|
0.1.5 | Oct 28, 2016 |
#136 in #intended
1,502 downloads per month
20KB
440 lines
rust-icmp
Rust ICMP socket. It is intended to provide similar functionality
as a rust' std::net::TcpStream
/ std::net::UdpSocket
structs.
Compatibility
Right now it is an early alpha (compatible only with the nightly rust) and supports only latest Linux platform.
I will highly appreciate any pull requests and issues (emails are great too!)
lib.rs
:
Raw ICMP socket
Dependencies
~44KB