tanriol / ftdi-rs

A Rust wrapper over libftdi1 library for FTDI devices
11 stars 10 forks source link

ftdi

This is a library wrapping libftdi1-sys and providing a more idiomatic interface for working with FTDI devices in Rust.

MSRV

At the moment the MSRV of this crate is Rust 1.40.0.

Changelog

0.1.3

MSRV increased from 1.34.0 to 1.40.0.

Additions:

0.1.2

Additions:

0.1.1

Additions:

0.1.0

The initial release with something like a stable API.