Crates.io | ftdi |
lib.rs | ftdi |
version | 0.1.3 |
source | src |
created_at | 2016-02-02 16:04:29.431749 |
updated_at | 2021-11-06 22:36:16.979956 |
description | A Rust wrapper over libftdi1 library for FTDI devices |
homepage | https://github.com/tanriol/ftdi-rs |
repository | https://github.com/tanriol/ftdi-rs |
max_upload_size | |
id | 4059 |
size | 40,814 |
ftdi
This is a library wrapping libftdi1-sys
and providing a more idiomatic interface for working with FTDI devices in Rust.
At the moment the MSRV of this crate is Rust 1.40.0.
MSRV increased from 1.34.0 to 1.40.0.
Additions:
ftdi-mpsse
libftdi
context getterAdditions:
Additions:
vendored
feature for libftdi1-sys
.The initial release with something like a stable API.