mac_address
mac_address provides a cross platform way to retrieve the MAC address of network hardware. See the Wikipedia entry for more information.
Currently does not support MacOS.
Example
extern crate mac_address;
use get_mac_address;
License
mac_address is licensed under both MIT and Apache 2.0