ftdi

Crates.ioftdi
lib.rsftdi
version0.1.3
sourcesrc
created_at2016-02-02 16:04:29.431749
updated_at2021-11-06 22:36:16.979956
descriptionA Rust wrapper over libftdi1 library for FTDI devices
homepagehttps://github.com/tanriol/ftdi-rs
repositoryhttps://github.com/tanriol/ftdi-rs
max_upload_size
id4059
size40,814
Denis Lisov (tanriol)

documentation

README

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:

  • extended MPSSE support via ftdi-mpsse
  • event char and error char configuration
  • libftdi context getter

0.1.2

Additions:

  • bitmode configuration
  • line properties configuration
  • flow control configuration
  • baud rate configuration
  • a number of useful derives on Interface

0.1.1

Additions:

  • a vendored feature for libftdi1-sys.

0.1.0

The initial release with something like a stable API.

Commit count: 53

cargo fmt