1 stable release

1.1.0 Mar 30, 2024

#546 in Network programming

Download history 724/week @ 2024-03-27 982/week @ 2024-04-03 1074/week @ 2024-04-10 589/week @ 2024-04-17 457/week @ 2024-04-24 265/week @ 2024-05-01 471/week @ 2024-05-08

2,018 downloads per month
Used in 3 crates (2 directly)

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