# mac6
Convenient MAC data type for Rust.
- can parse the following formats:
- no separators: `123456abcdef`
- separated with leading `0`s: `12:34:56:ab:cd:ef`
- seperated without leading `0`s: `12:3:ab:cd:e` => `12:03:ab:cd:0e`
- can represent MACs as a u64 if needed