4 stable releases

1.0.3 Oct 12, 2022

#6 in #eui-48

Download history 95/week @ 2024-10-29 77/week @ 2024-11-05 95/week @ 2024-11-12 64/week @ 2024-11-19 91/week @ 2024-11-26 115/week @ 2024-12-03 112/week @ 2024-12-10 94/week @ 2024-12-17 30/week @ 2024-12-24 50/week @ 2024-12-31 100/week @ 2025-01-07 109/week @ 2025-01-14 58/week @ 2025-01-21 101/week @ 2025-01-28 149/week @ 2025-02-04 94/week @ 2025-02-11

417 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