d3xx 0.0.3

Rust bindings for the FTDI D3XX library
Documentation
1
2
3
//! Public prelude of the crate containing the most commonly used types and functions.
#[allow(unused_imports)]
pub use crate::{list_devices, D3xxError, Device, DeviceInfo, DeviceType, Pipe, PipeIo, Result};