Expand description

An ICMP socket library that tries to be ergonomic to use.

The standard ping examples for both Ipv6 and IPv4 are in the examples directory.

Re-exports

pub use packet::Icmpv4Message;
pub use packet::Icmpv4Packet;
pub use packet::Icmpv6Message;
pub use packet::Icmpv6Packet;
pub use socket::IcmpSocket;
pub use socket::IcmpSocket4;
pub use socket::IcmpSocket6;

Modules

Packet parsing and construction.

ICMP Socket implementations for both ICMP4 and ICMP6 protocols.