mac-parser

Crates.iomac-parser
lib.rsmac-parser
version0.1.6
sourcesrc
created_at2023-06-13 09:57:01.343391
updated_at2024-08-28 21:14:39.431808
descriptionA minimal crate for parsing MAC addresses and analysing them.
homepage
repositoryhttps://github.com/Frostie314159/mac-parser
max_upload_size
id888884
size17,351
Frostie314159 (Frostie314159)

documentation

README

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.

Commit count: 5

cargo fmt