1 stable release

1.1.0 Mar 30, 2024

#848 in Network programming

Download history 803/week @ 2024-06-18 1298/week @ 2024-06-25 822/week @ 2024-07-02 1130/week @ 2024-07-09 1552/week @ 2024-07-16 761/week @ 2024-07-23 675/week @ 2024-07-30 1086/week @ 2024-08-06 1311/week @ 2024-08-13 1320/week @ 2024-08-20 1414/week @ 2024-08-27 1307/week @ 2024-09-03 1003/week @ 2024-09-10 858/week @ 2024-09-17 979/week @ 2024-09-24 1255/week @ 2024-10-01

4,370 downloads per month
Used in 3 crates

MIT license

25KB
455 lines

advMAC

Advanced MAC address library.

Crates.io docs.rs Codecov

Usage

Add this to your Cargo.toml:

[dependencies]
krata-advmac = "1.1.0"

Features:

  • EUI-48 and EUI-64.
  • Extensive no_std support.
  • serde support (even on no_std).
  • const fn address parser with convenience macros for compile-time address handling: mac6!, mac8!.
  • MAC address generation and editing.

Dependencies

~0.5–1MB
~17K SLoC