Crates.io | hwaddr |
lib.rs | hwaddr |
version | 0.1.7 |
source | src |
created_at | 2017-05-23 19:02:12.852244 |
updated_at | 2020-11-27 16:00:17.513032 |
description | MAC address handling. |
homepage | |
repository | https://github.com/meh/rust-hwaddr |
max_upload_size | |
id | 15734 |
size | 3,733,574 |
Hardware addresses with optional access to the producer database.
Optionally the database of producers to find out who produces a certain MAC
address can be compiled in by enabling the database
feature. Keep in mind
this database adds up to the final binary around 7MB.
By default a database is provided and used, otherwise there are a couple options.
HWADDR_DATABASE
to a path will use the given path as database.HWADDR_DOWNLOAD
to 1
is going to download it from IEEE
website (this is really slow)HWADDR_DOWNLOAD
to a valid URL is going to download it from there.