netneighbours

Crates.ionetneighbours
lib.rsnetneighbours
version0.1.2
sourcesrc
created_at2022-12-01 20:16:38.43618
updated_at2022-12-06 10:31:37.029443
descriptionGet ARP/NDP tables entries. Multiplatform!
homepage
repositoryhttps://gitlab.com/eutampieri/netneighbours
max_upload_size
id727874
size7,861
(eutampieri)

documentation

README

netneighbours

This crate allows you to fetch entries from the system ARP and NDP tables. It supports Linux, macOS and Windows (Vista and newer).

The Linux and macOS implementations parse the ip neigh and ndp plus arp terminal commands output respectively.

The windows implementation however uses the WinAPI. This means unsafe code so please take a look at the implementation.

Commit count: 7

cargo fmt