Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.03 KB

README.adoc

File metadata and controls

45 lines (29 loc) · 1.03 KB

Serial port I/O for mio

This crate provides extension to David Cuddeback’s serial for simpler integration with mio event loop.

Build Status

Usage

Cargo.toml

[dependencies]
serial = "0.3"
serial-mio = "0.1"

Running tests

RUST_TEST_THREADS=1 cargo test

Compatibility

The following platforms are confirmed to be compatible:

  • macOS (x86_64)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.