7 releases

0.3.0 Apr 2, 2019
0.1.5 Oct 28, 2016

#140 in #net

Download history 309/week @ 2024-05-22 323/week @ 2024-05-29 455/week @ 2024-06-05 317/week @ 2024-06-12 368/week @ 2024-06-19 474/week @ 2024-06-26 288/week @ 2024-07-03 340/week @ 2024-07-10 394/week @ 2024-07-17 362/week @ 2024-07-24 249/week @ 2024-07-31 253/week @ 2024-08-07 267/week @ 2024-08-14 320/week @ 2024-08-21 227/week @ 2024-08-28 197/week @ 2024-09-04

1,056 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

~43KB