All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
#![forbid(unsafe_code)]attribute
{}formatting render colon-separated MAC address, e.g.AB:0D:EF:12:34:56{:-}formatting flag render hyphen-separated MAC address, e.g.AB-0D-EF-12-34-56{:#}formatting flag render period-separated MAC address, e.g.AB0.DEF.123.456
MacAddr6::nilandMacAddr8::nilmethods to create new nil MAC addressesMacAddr6::broadcastandMacAddr8::broadcastmethods to create new broadcast MAC addresses
std::fmt::Displayimplementation forMacAddr8properly renders address in a canonical form (#1)