char-device

Crates.iochar-device
lib.rschar-device
version0.16.4
sourcesrc
created_at2021-01-19 17:42:24.859796
updated_at2024-03-29 20:51:41.590757
descriptionCharacter Device I/O
homepage
repositoryhttps://github.com/sunfishcode/char-device
max_upload_size
id344033
size70,328
Dan Gohman (sunfishcode)

documentation

README

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.

Commit count: 109

cargo fmt