rlibcex 0.1.2

A partner to rlibc, with extra libc functions for freestanding Rust projects
Documentation

rlibcex Build Status Coverage Status

A partner to rlibc, with extra libc functions for freestanding Rust projects.

Usage

Add this to your Cargo.toml:

[dependencies]
rlibcex = "0.1"

And this to your crate root:

extern crate rlibcex;