d3xx 0.0.1

Rust bindings for the FTDI D3XX library
1
2
3
//! Public prelude of the crate containing the most commonly used types and functions.

pub use crate::{list_devices, D3xxError, Device, DeviceInfo, DeviceType, Pipe, PipeIo, Result};