https://github.com/sunfishcode/char-device
Character Device I/O
https://github.com/sunfishcode/char-device
Last synced: 9 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T01:37:01.000Z (10 months ago)
- Last Synced: 2025-04-04T06:07:18.294Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
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.
[`CharDevice`]: https://docs.rs/char-device/latest/char_device/struct.CharDevice.html