4 stable releases

1.0.3 Oct 12, 2022

#7 in #eui-48

Download history 74/week @ 2026-01-22 25/week @ 2026-01-29 7/week @ 2026-02-05 8/week @ 2026-02-12 30/week @ 2026-02-19 42/week @ 2026-02-26 49/week @ 2026-03-05 32/week @ 2026-03-12 70/week @ 2026-03-19 32/week @ 2026-03-26 18/week @ 2026-04-02 34/week @ 2026-04-09 25/week @ 2026-04-16 27/week @ 2026-04-23 9/week @ 2026-04-30 27/week @ 2026-05-07

90 downloads per month
Used in 5 crates (3 directly)

MIT license

25KB
454 lines

advMAC

Advanced MAC address library.

Crates.io docs.rs Codecov

Usage

Add this to your Cargo.toml:

[dependencies]
advmac = "1.0.3"

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
~18K SLoC