usb-device 0.2.8

Experimental device-side USB stack for embedded devices.
Documentation
language: rust

rust:
  - nightly
  - stable

cache: cargo

before_install:
  - sudo apt-get install libusb-1.0.0-dev

script:
  - cargo check --all-targets
  - cargo check --features control-buffer-256