#terminal #cli #api-bindings

raw-stdio

Cross-platform, unbuffered, direct STDIO access

1 unstable release

0.1.0 Jan 25, 2025

#469 in Operating systems

Download history 55/week @ 2025-01-19 61/week @ 2025-01-26

116 downloads per month
Used in kbvm-cli

MIT/Apache

6KB
93 lines

raw-stdio

crates.io docs.rs MSRV

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.

No runtime deps