ethernet

Crates.ioethernet
lib.rsethernet
version0.1.4
sourcesrc
created_at2023-06-13 14:32:09.794254
updated_at2024-02-20 09:22:48.816377
descriptionA parser for ethernet headers.
homepage
repositoryhttps://github.com/Frostie314159/ethernet
max_upload_size
id889046
size21,789
Frostie314159 (Frostie314159)

documentation

README

ethernet

A no_std parser for IEEE 802.3 ethernet headers.

Performance

On my 12th Gen Intel i5-1240p Framework the following execution speeds were achieved.

-- ns/iter 1/s
read_ethernet_header 8.24 121*10^6
write_ethernet_header 7.53 132*10^6
Commit count: 3

cargo fmt