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::nil
andMacAddr8::nil
methods to create new nil MAC addressesMacAddr6::broadcast
andMacAddr8::broadcast
methods to create new broadcast MAC addresses
std::fmt::Display
implementation forMacAddr8
properly renders address in a canonical form (#1)