Hi,
thank you for this great crate, this is exactly what I was looking for in cross platform environments.
Would you consider providing the current RX/TX byte count of the interface? This would be very useful for monitoring traffic and right now I have to combine netdev and sysinfo, because the latter has RX/TX, but does not expose the interface index in the API (which I also need), while netdev does give me the interface index, but does not offer RX/TX values. It'd be great if I could only stick with netdev without having to cross-reference interface lists from both crates in order to populate what is missing 😅
Kind regards,
Jin