mac6

Crates.iomac6
lib.rsmac6
version1.2.0
sourcesrc
created_at2024-08-01 06:33:35.916985
updated_at2024-10-18 03:02:33.027677
descriptionConvenient MAC data type
homepage
repositoryhttps://codeberg.org/joelkoen/mac6
max_upload_size
id1321675
size5,543
Joel Koen (joelkoen)

documentation

README

mac6

Convenient MAC data type for Rust.

  • can parse the following formats:
    • no separators: 123456abcdef
    • separated with leading 0s: 12:34:56:ab:cd:ef
    • seperated without leading 0s: 12:3:ab:cd:e => 12:03:ab:cd:0e
  • can represent MACs as a u64 if needed
Commit count: 0

cargo fmt