4 stable releases

1.0.3 Oct 12, 2022

#591 in Operating systems

Download history 44/week @ 2025-09-18 73/week @ 2025-09-25 47/week @ 2025-10-02 40/week @ 2025-10-09 64/week @ 2025-10-16 41/week @ 2025-10-23 41/week @ 2025-10-30 28/week @ 2025-11-06 98/week @ 2025-11-13 25/week @ 2025-11-20 41/week @ 2025-11-27 25/week @ 2025-12-04 37/week @ 2025-12-11 30/week @ 2025-12-18 20/week @ 2025-12-25 58/week @ 2026-01-01

149 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.6–1MB
~19K SLoC