Registry / networking / macaddr

macaddr

JSON →
library1.0.1rscratesunverified

MAC address types.

# Cargo.toml [dependencies] macaddr = "1.0.1"
INSTALL
IMPORT
SIG · MACADDR
M
macaddr
networkingrustv1.0.1
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.

MacAddr6
use macaddr::MacAddr6;

Parses and prints a MAC address.

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

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
macaddr — cargo add macaddr · libregistry