
Advanced MAC address library.
[](https://crates.io/crates/advmac)
[](https://docs.rs/advmac/latest)
[](https://codecov.io/gh/GamePad64/advmac)
# Usage
Add this to your `Cargo.toml`:
```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.