mac6 1.1.0

Convenient MAC data type
Documentation
1
2
3
4
5
6
7
8
9
# 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