cstream 0.1.4

utilities for `libc::FILE` streams 'c streams'
Documentation

Utilities for [libc::FILE] streams 'c streams'

Features

  • Owned and borrowed c streams. Mirroring std::os::fd's API.
  • Rusty wrappers around [libc]'s stream-oriented functions. [libc::fgets] becomes [gets], etc.
  • An [Io] wrapper, which implements io traits.