#terminal #cli #api-bindings

raw-stdio

Cross-platform, unbuffered, direct STDIO access

1 unstable release

new 0.1.0 Jan 25, 2025

#468 in Operating systems

Download history 107/week @ 2025-01-22

107 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