Docs.rs
serial-thread-0.0.7
serial-thread 0.0.7
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pythcoiner
Dependencies
async-channel ^2.2.0
normal
log ^0.4.21
normal
serial ^0.4.0
normal
serialport ^4.3.0
normal
tokio ^1.36.0
normal
Versions
65.82%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate serial_thread
serial_
thread
0.0.7
All Items
Crate Items
Re-exports
Structs
Enums
Crate
serial_
thread
Copy item path
Source
Re-exports
§
pub use
tokio
;
pub use
serial
;
Structs
§
Serial
Interface
Represents a serial interface with various modes and functionalities. It handles serial communication, including reading, writing, and managing port settings. It operates in different modes such as Master, Slave, and Sniff.
Enums
§
Mode
Defines the operating modes of the SerialInterface.
Serial
Interface
Error
Serial
Message
Status
Represents the status of the SerialInterface, indicating its current operation or state.