bluetooth-serial-port-async 0.6.3

Interact with Bluetooth devices via RFCOMM channels
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo test --features test_without_hardware
matrix:
  allow_failures:
    - rust: nightly
addons:
  apt:
    packages:
      - libbluetooth-dev