7 releases

0.3.0 Apr 2, 2019
0.1.5 Oct 28, 2016

#85 in #socket

Download history 414/week @ 2024-11-16 279/week @ 2024-11-23 387/week @ 2024-11-30 546/week @ 2024-12-07 497/week @ 2024-12-14 115/week @ 2024-12-21 191/week @ 2024-12-28 478/week @ 2025-01-04 258/week @ 2025-01-11 289/week @ 2025-01-18 381/week @ 2025-01-25 535/week @ 2025-02-01 535/week @ 2025-02-08 398/week @ 2025-02-15 524/week @ 2025-02-22 389/week @ 2025-03-01

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