23 releases (15 breaking)
0.15.0 | Nov 27, 2022 |
---|---|
0.13.0 | Jun 16, 2022 |
0.12.0 | Mar 16, 2022 |
0.10.0 | Dec 16, 2021 |
0.3.1 | Mar 4, 2021 |
#433 in Rust patterns
83 downloads per month
Used in 4 crates
28KB
774 lines
This crate defines the CharDevice
struct, a simple wrapper around
std::fs::File
for character devices.
Support for async-std and tokio is temporarily disabled until those crates contain the needed implementations of the I/O safety traits.
lib.rs
:
Character Device I/O
Dependencies
~0.3–6.5MB
~109K SLoC