//! This crate provides access and control for Rez TranceVibrator devices
externcrate libusb;// Only provide outside access via get_devices. Everything should be generated
// from the output there.
pubuse::libtrancevibe::{get_devices, TranceVibeDeviceInfo, TranceVibeDevice};modlibtrancevibe;