#stdio #stdin #retrieving #libc #helper #function #stdhandle

libc-stdhandle

Helper functions for retrieving stdin, stdout, stderr

1 unstable release

Uses old Rust 2015

0.1.0 Nov 4, 2017

#11 in #retrieving

Download history 376/week @ 2024-07-27 504/week @ 2024-08-03 528/week @ 2024-08-10 600/week @ 2024-08-17 492/week @ 2024-08-24 465/week @ 2024-08-31 409/week @ 2024-09-07 307/week @ 2024-09-14 548/week @ 2024-09-21 417/week @ 2024-09-28 221/week @ 2024-10-05 436/week @ 2024-10-12 378/week @ 2024-10-19 362/week @ 2024-10-26 413/week @ 2024-11-02 307/week @ 2024-11-09

1,489 downloads per month
Used in 205 crates (7 directly)

MIT/Apache

3KB

Helper functions for retrieving stdin, stdout, stderr to work with libc.

Get started

Add this to your Cargo.toml:

[dependencies]
libc-stdhandle = "0.8.2"

And you can:

extern crate libc_stdhandle;
use libc_stdhandle::*;

unsafe { stdout() }

lib.rs:

Helper functions for retrieving stdin, stdout, stderr to work with libc.

Dependencies

~0.4–325KB