iw 0.0.1

A safe, low level and easy to use abstraction for wireless interfaces
Documentation
[package]
name = "iw"
version = "0.0.1"
authors = ["Marcel Müller <neikos@neikos.email>"]
edition = "2018"
description = "A safe, low level and easy to use abstraction for wireless interfaces"
repository = "https://github.com/TheNeikos/iw"
readme = "README.md"
keywords = ["wireless", "low-level", "wifi"]
categories = ["api-bindings"]
license = "MPL-2.0"
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "https://github.com/TheNeikos/iw" }
is-it-maintained-open-issues = { repository = "https://github.com/TheNeikos/iw" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
static_assertions = "1.1.0"
libc = "0.2.66"
thiserror = "1.0.9"

[build-dependencies]
bindgen = "0.52.0"