#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

#423 in Debugging

Download history 1594/week @ 2024-11-19 715/week @ 2024-11-26 665/week @ 2024-12-03 326/week @ 2024-12-10 1299/week @ 2024-12-17 134/week @ 2024-12-24 502/week @ 2024-12-31 1554/week @ 2025-01-07 1400/week @ 2025-01-14 1005/week @ 2025-01-21 997/week @ 2025-01-28 990/week @ 2025-02-04 601/week @ 2025-02-11 561/week @ 2025-02-18 407/week @ 2025-02-25 589/week @ 2025-03-04

2,229 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

~250KB