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