1 unstable release
Uses old Rust 2015
0.1.0 | Nov 4, 2017 |
---|
#1936 in Rust patterns
1,525 downloads per month
Used in 205 crates
(6 directly)
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
~210KB