#parser #mac #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

#6 in #addresses

Download history 11/week @ 2024-06-26 10/week @ 2024-07-03 28/week @ 2024-07-10 4/week @ 2024-07-17 26/week @ 2024-07-24 25/week @ 2024-07-31 159/week @ 2024-08-07 471/week @ 2024-08-14 1121/week @ 2024-08-21 2335/week @ 2024-08-28 2267/week @ 2024-09-04 1601/week @ 2024-09-11 1983/week @ 2024-09-18 1279/week @ 2024-09-25 893/week @ 2024-10-02 1006/week @ 2024-10-09

5,500 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

~250KB