Registry / networking / eui48
library1.1.0rscratesunverified

A library to generate and parse IEEE EUI-48 and EUI-64 (MAC addresses).

# Cargo.toml [dependencies] eui48 = "1.1.0"
INSTALL
IMPORT
SIG · EUI48
E
eui48
networkingrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MacAddress
✓ use eui48::MacAddress;

Parse a MAC address string

use eui48::MacAddress; fn main() { let mac = MacAddress::parse_str("00-11-22-33-44-55").unwrap(); println!("MAC: {}", mac); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
eui48 — cargo add eui48 · libregistry