1 stable release
1.1.0 | Mar 30, 2024 |
---|
#848 in Network programming
4,370 downloads per month
Used in 3 crates
25KB
455 lines
Advanced MAC address library.
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 onno_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