#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

#416 in Debugging

Download history 1433/week @ 2024-10-30 1277/week @ 2024-11-06 1271/week @ 2024-11-13 1648/week @ 2024-11-20 622/week @ 2024-11-27 677/week @ 2024-12-04 410/week @ 2024-12-11 1107/week @ 2024-12-18 124/week @ 2024-12-25 798/week @ 2025-01-01 1485/week @ 2025-01-08 1364/week @ 2025-01-15 966/week @ 2025-01-22 928/week @ 2025-01-29 979/week @ 2025-02-05 515/week @ 2025-02-12

3,594 downloads per month
Used in 4 crates (3 directly)

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

~245KB