#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

#410 in Debugging

Download history 1059/week @ 2024-08-19 1920/week @ 2024-08-26 2549/week @ 2024-09-02 1508/week @ 2024-09-09 2088/week @ 2024-09-16 1411/week @ 2024-09-23 977/week @ 2024-09-30 1237/week @ 2024-10-07 758/week @ 2024-10-14 1160/week @ 2024-10-21 1256/week @ 2024-10-28 1528/week @ 2024-11-04 1230/week @ 2024-11-11 1494/week @ 2024-11-18 844/week @ 2024-11-25 779/week @ 2024-12-02

4,351 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