#mac #parser #addresses

mac-parser

A minimal crate for parsing MAC addresses and analysing them

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

#399 in Debugging

Download history 1771/week @ 2024-09-13 1812/week @ 2024-09-20 973/week @ 2024-09-27 1139/week @ 2024-10-04 869/week @ 2024-10-11 1123/week @ 2024-10-18 1201/week @ 2024-10-25 1461/week @ 2024-11-01 1266/week @ 2024-11-08 1287/week @ 2024-11-15 1304/week @ 2024-11-22 654/week @ 2024-11-29 483/week @ 2024-12-06 927/week @ 2024-12-13 499/week @ 2024-12-20 169/week @ 2024-12-27

2,214 downloads per month
Used in 3 crates

MIT/Apache

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

~95–250KB