Crates.io | mac-parser |
lib.rs | mac-parser |
version | 0.1.6 |
source | src |
created_at | 2023-06-13 09:57:01.343391 |
updated_at | 2024-08-28 21:14:39.431808 |
description | A minimal crate for parsing MAC addresses and analysing them. |
homepage | |
repository | https://github.com/Frostie314159/mac-parser |
max_upload_size | |
id | 888884 |
size | 17,351 |
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.
This crate only requires the core
crate(i.e. no allocations).
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.