ether-type 0.1.0

A parser for IEEE 802.3 EtherTypes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5350e0023ced2f0fc8fc2e95b8ed198aec0395fa2510be15b1996ab12bfe521e"

[[package]]
name = "ether-type"
version = "0.1.0"
dependencies = [
 "bin-utils",
]