The `MacAddress` structure represents a 48-bit hardware address. Using a dedicated type instead of an array will make it easier to validate inputs and ensure type safety. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |
The `MacAddress` structure represents a 48-bit hardware address. Using a dedicated type instead of an array will make it easier to validate inputs and ensure type safety. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |