| Crates.io | io_bluetooth |
| lib.rs | io_bluetooth |
| version | 0.1.0 |
| created_at | 2019-04-23 07:16:29.405213+00 |
| updated_at | 2019-04-23 07:16:29.405213+00 |
| description | A cross-platform library for Bluetooth |
| homepage | |
| repository | https://github.com/Wodann/io-bluetooth-rs/ |
| max_upload_size | |
| id | 129609 |
| size | 87,439 |
IO Bluetooth is a Rust library that provides cross-platform support for Bluetooth communication.
Add the following to your cargo.toml:
[dependencies]
io_bluetooth = "0.1"
Examples of how to use the IO Bluetooth API are provided here.
This crate currently requires the Rust standard library.
IO Bluetooth is guaranteed to build for the following platforms:
IO Bluetooth is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in IO Bluetooth by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
To contribute to IO Bluetooth, please see CONTRIBUTING.