1 stable release

1.1.0 Mar 30, 2024

#8 in #mac-address

Download history 757/week @ 2024-07-24 919/week @ 2024-07-31 979/week @ 2024-08-07 1244/week @ 2024-08-14 1279/week @ 2024-08-21 1648/week @ 2024-08-28 1188/week @ 2024-09-04 1040/week @ 2024-09-11 829/week @ 2024-09-18 780/week @ 2024-09-25 1353/week @ 2024-10-02 742/week @ 2024-10-09 1083/week @ 2024-10-16 1418/week @ 2024-10-23 593/week @ 2024-10-30 704/week @ 2024-11-06

3,889 downloads per month
Used in 3 crates

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