7 releases
0.1.6 | Aug 28, 2024 |
---|---|
0.1.5 | Aug 7, 2024 |
0.1.4 | Jan 5, 2024 |
0.1.3 | Sep 25, 2023 |
0.1.1 | Jun 13, 2023 |
#6 in #addresses
5,500 downloads per month
Used in 3 crates
7KB
104 lines
mac-parser
A minimal crate, providing a debug formater and information about the MAC itself. I wrote it, because this code can be shared between two crates of mine.
no-std
This crate only requires the core
crate(i.e. no allocations).
Performance
Since the parsing is just a simple copy operation, speeds of up to 1.05G MACs/s were achieved on my Intel 12th Gen i5-1240p.
Dependencies
~250KB