7 releases

0.3.0 Apr 2, 2019
0.1.5 Oct 28, 2016

#73 in #socket

Download history 222/week @ 2023-12-04 484/week @ 2023-12-11 306/week @ 2023-12-18 43/week @ 2023-12-25 401/week @ 2024-01-01 493/week @ 2024-01-08 215/week @ 2024-01-15 337/week @ 2024-01-22 456/week @ 2024-01-29 549/week @ 2024-02-05 629/week @ 2024-02-12 633/week @ 2024-02-19 728/week @ 2024-02-26 505/week @ 2024-03-04 435/week @ 2024-03-11 434/week @ 2024-03-18

2,179 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

~42KB