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

#934 in Rust patterns

Download history 137/week @ 2024-04-01 49/week @ 2024-04-08 10/week @ 2024-04-15 27/week @ 2024-04-22 11/week @ 2024-04-29 4/week @ 2024-05-06 8/week @ 2024-05-13 10/week @ 2024-05-20 39/week @ 2024-05-27 33/week @ 2024-06-03 29/week @ 2024-06-10 18/week @ 2024-06-17 23/week @ 2024-06-24 189/week @ 2024-07-01 39/week @ 2024-07-08 32/week @ 2024-07-15

283 downloads per month
Used in 4 crates

Apache-2.0…

31KB
801 lines

char-device

Character Device I/O

Github Actions CI Status crates.io page docs.rs docs

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–13MB
~145K SLoC