//! A library for reading and writing ethernet packets
//!//! If you are using pcap, you probaby want to be looking at the [`EthernetFrame`] struct.
//!#![no_std]modcommon;moderror;modethernet;pubmodio;modproto;pubusecommon::*;pubuseerror::*;pubuseethernet::*;pubuseproto::*;#[cfg(feature ="alloc")]externcrate alloc;