You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
940 B
940 B
Changelog
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.
[1.0.1] - 2020-02-28
Added
#![forbid(unsafe_code)]
attribute
[1.0.0] - 2020-01-02
Added
{}
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
[0.1.2] - 2019-10-17
Added
MacAddr6::nil
andMacAddr8::nil
methods to create new nil MAC addressesMacAddr6::broadcast
andMacAddr8::broadcast
methods to create new broadcast MAC addresses
Fixed
std::fmt::Display
implementation forMacAddr8
properly renders address in a canonical form (#1)