1 stable release

1.1.0 Mar 30, 2024

#638 in Network programming

Download history 724/week @ 2024-03-27 982/week @ 2024-04-03 1074/week @ 2024-04-10 589/week @ 2024-04-17 457/week @ 2024-04-24 263/week @ 2024-05-01 480/week @ 2024-05-08 494/week @ 2024-05-15 313/week @ 2024-05-22 444/week @ 2024-05-29 220/week @ 2024-06-05 131/week @ 2024-06-12 887/week @ 2024-06-19 1283/week @ 2024-06-26

2,807 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