Crates.io | char-device |
lib.rs | char-device |
version | 0.16.4 |
source | src |
created_at | 2021-01-19 17:42:24.859796 |
updated_at | 2024-03-29 20:51:41.590757 |
description | Character Device I/O |
homepage | |
repository | https://github.com/sunfishcode/char-device |
max_upload_size | |
id | 344033 |
size | 70,328 |
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.