Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 669 Bytes

Proton

Rust

An open-source library for Wi-Fi access point management.

Usage

Add the following to your Cargo.toml file.

[dependencies.proton]
git = "https://github.com/adom-inc/proton.git"

License

This project is maintained and developed by Adom Industries, Inc. It is released to the public as open-source software under the terms of the MIT License (see LICENSE for more information).

Documentation

Clone this repository to your local machine.

Execute the following command to build the documentation and open it in a web browser.

$ cargo doc --open