dcuddeback/serial-rs

Rust library for interacting with serial ports.

Rust

214

104 commits

updated Sep 25, 2022

See the code

README

Serial

The serial port crates provide Rust interfaces for working with serial ports. Serial ports are defined as traits to support extension through custom implementations.

NOTE: With the release of serial v0.4, the implementation is now split into several crates. While the new organization is still experimental, the serial crate reexports many of the types so that it's mostly backward-compatible with v0.3.

Usage

In Libraries

Libraries should link to serial-core.

In Executables

Executables should choose a serial port implementation. A cross platform implementation is provided in the serial crate.

Contributors

License

Copyright © 2015 David Cuddeback

Distributed under the MIT License.

Contributors

dcuddeback

99 commits

apoloval

1 commits

Darkeye9

1 commits

RoPP

1 commits

dcuddeback/serial-rs

Rust library for interacting with serial ports.

Rust

214

104 commits

updated Sep 25, 2022

See the code

README

Serial

The serial port crates provide Rust interfaces for working with serial ports. Serial ports are defined as traits to support extension through custom implementations.

NOTE: With the release of serial v0.4, the implementation is now split into several crates. While the new organization is still experimental, the serial crate reexports many of the types so that it's mostly backward-compatible with v0.3.

Usage

In Libraries

Libraries should link to serial-core.

In Executables

Executables should choose a serial port implementation. A cross platform implementation is provided in the serial crate.

Contributors

License

Copyright © 2015 David Cuddeback

Distributed under the MIT License.

Contributors

dcuddeback

99 commits

apoloval

1 commits

Darkeye9

1 commits

RoPP

1 commits

Languages

Rust

100.0%