1 stable release

1.1.0 Mar 30, 2024

#4 in #mac-address

Download history 543/week @ 2024-03-26 776/week @ 2024-04-02 1225/week @ 2024-04-09 761/week @ 2024-04-16 290/week @ 2024-04-23

3,142 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