serial-core 0.4.0

Rust abstractions for serial ports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
libc = "0.2"

[package]
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
categories = ["hardware-support"]
description = "Rust abstractions for serial ports."
documentation = "https://dcuddeback.github.io/serial-rs/serial-core/"
homepage = "https://github.com/dcuddeback/serial-rs"
keywords = ["serial", "hardware", "system", "RS232"]
license = "MIT"
name = "serial-core"
readme = "README.md"
repository = "https://github.com/dcuddeback/serial-rs"
version = "0.4.0"