supplicant 0.1.1

Bindings for wpa_supplicant
Documentation

# supplicant-rs

[![Build Status](https://img.shields.io/github/actions/workflow/status/jmagnuson/supplicant-rs/lint.yml?branch=main)](https://github.com/jmagnuson/supplicant-rs/actions)
[![Crate](https://img.shields.io/crates/v/supplicant.svg)](https://crates.io/crates/supplicant)
[![API](https://docs.rs/supplicant/badge.svg)](https://docs.rs/supplicant)

A [wpa_supplicant] library providing bindings to the D-Bus API.

[wpa_supplicant]: https://w1.fi/wpa_supplicant/

## Usage

Add supplicant-rs to your `Cargo.toml` with:

```toml
[dependencies]
supplicant = "0.1"
```

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
  https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.