4 stable releases

1.0.3 Oct 12, 2022

#6 in #eui-48

Download history 101/week @ 2024-11-13 56/week @ 2024-11-20 93/week @ 2024-11-27 128/week @ 2024-12-04 96/week @ 2024-12-11 100/week @ 2024-12-18 39/week @ 2024-12-25 36/week @ 2025-01-01 94/week @ 2025-01-08 118/week @ 2025-01-15 50/week @ 2025-01-22 131/week @ 2025-01-29 153/week @ 2025-02-05 67/week @ 2025-02-12 91/week @ 2025-02-19 82/week @ 2025-02-26

427 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