Rust FFI bindings to the [FTDI D2XX drivers].
This crate is just the C bindings. There is a separate project, [libftd2xx-rs], which provides safe wrappers around the unsafe C bindings.
Bindings are generated at build time with [bindgen].
The underlying compiled C libraries within libftd2xx_src
directory is from FTDI.
Please see the [Driver License Terms] for the license of the code within the libftd2xx_src
directory.
All code outside of the libftd2xx_src
directory is MIT licensed.