tokio-i2c

Crates.iotokio-i2c
lib.rstokio-i2c
version0.1.0
sourcesrc
created_at2018-11-19 21:32:12.255122
updated_at2018-11-19 21:32:12.255122
descriptionI²C API for Tokio
homepagehttps://qu1x.org/tokio-i2c
repositoryhttps://github.com/qu1x/tokio-i2c
max_upload_size
id97653
size28,542
Rouven Spreckels (n3vu0r)

documentation

https://docs.rs/tokio-i2c

README

tokio-i2c

I²C API for Tokio

Build Status Downloads Version Documentation License

Contents

Usage

This crate is on crates.io and can be used by adding tokio-i2c to the dependencies in your project's Cargo.toml:

[dependencies]
tokio-i2c = "0.1"

and this to your crate root:

extern crate tokio_i2c;

License

Copyright (c) 2018 Rouven Spreckels n3vu0r@qu1x.org

Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the works by you shall be licensed as above, without any additional terms or conditions.

Commit count: 7

cargo fmt