Crate oui_data

source ·
Expand description

OUI database, generated from IEEE CSV files.

Use the lookup function to lookup a MAC address in the MA-L, MA-M, MA-S, CID, and IAB registries.

let record = oui::lookup("00:00:00:00:00:00").unwrap();
assert_eq!(record.organization(), "XEROX CORPORATION");

Structs§

  • A record from the OUI database.

Enums§

Statics§

Functions§

  • Retrieve the OUI record for a given MAC address.