twinleaf 1.1.0

Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors.
Documentation

Twinleaf I/O Library in Rust

Library support for writing applications that work with Twinleaf quantum sensors and the Twinleaf I/O protocol.

Installation

On macOS and linux, there is a dependency on libudev; to install it use:

	sudo apt install libudev-dev  # debian linux
	brew install libudev          # macOS homebrew