Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunfishcode/char-device
Character Device I/O
https://github.com/sunfishcode/char-device
Last synced: 5 days ago
JSON representation
Character Device I/O
- Host: GitHub
- URL: https://github.com/sunfishcode/char-device
- Owner: sunfishcode
- License: other
- Created: 2021-01-19T17:29:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T03:46:15.000Z (2 months ago)
- Last Synced: 2024-10-25T00:18:49.907Z (20 days ago)
- Language: Rust
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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.[`CharDevice`]: https://docs.rs/char-device/latest/char_device/struct.CharDevice.html