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
and MacAddr8::nil
methods to create new nil MAC addressesMacAddr6::broadcast
and MacAddr8::broadcast
methods to create new broadcast MAC addressesstd::fmt::Display
implementation for MacAddr8
properly renders address in a canonical form (#1)