mac-parser 0.1.6

A minimal crate for parsing MAC addresses and analysing them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mac-parser"
version = "0.1.6"
edition = "2021"
repository = "https://github.com/Frostie314159/mac-parser"
authors = ["Frostie314159"]
description = "A minimal crate for parsing MAC addresses and analysing them."
license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
defmt = { version = "0.3.8", optional = true }
scroll = { version = "0.12.0", default-features = false }

[features]
debug = []
default = ["debug"]
defmt = ["dep:defmt"]