28 releases (16 breaking)
0.16.4 | Mar 29, 2024 |
---|---|
0.16.3 | Jun 29, 2023 |
0.16.1 | Mar 29, 2023 |
0.15.0 | Nov 27, 2022 |
0.3.1 | Mar 4, 2021 |
#684 in Rust patterns
64 downloads per month
Used in 4 crates
31KB
801 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
~2–12MB
~148K SLoC