7 releases

0.3.0 Apr 2, 2019
0.1.5 Oct 28, 2016

#136 in #intended

Download history 371/week @ 2024-07-21 286/week @ 2024-07-28 253/week @ 2024-08-04 304/week @ 2024-08-11 244/week @ 2024-08-18 324/week @ 2024-08-25 200/week @ 2024-09-01 192/week @ 2024-09-08 242/week @ 2024-09-15 193/week @ 2024-09-22 173/week @ 2024-09-29 266/week @ 2024-10-06 402/week @ 2024-10-13 444/week @ 2024-10-20 404/week @ 2024-10-27 249/week @ 2024-11-03

1,502 downloads per month

Apache-2.0 OR MIT

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