1 unstable release
new 0.1.0 | Jan 25, 2025 |
---|
#468 in Operating systems
107 downloads per month
Used in kbvm-cli
6KB
93 lines
raw-stdio
The raw-stdio crate provides cross-platform, unbuffered, and direct access to STDIO streams.
MSRV
The MSRV is stable - 3
.
License
This project is licensed under either of
- Apache License, Version 2.0
- MIT License
at your option.
lib.rs
:
This crate provides cross-platform, unbuffered, and direct access to STDIO streams.
See the documentation of RawStdio
for more details.