libc-stdhandle 0.1.0

Helper functions for retrieving stdin, stdout, stderr.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 283.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crlf0710/libc-stdhandle
    3 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • crlf0710

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() }