# rlibcex [](https://travis-ci.org/jdub/rlibcex) [](https://coveralls.io/github/jdub/rlibcex?branch=master)
A partner to rlibc, with extra libc functions for freestanding Rust projects.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
rlibcex = "0.1"
```
And this to your crate root:
```rust
extern crate rlibcex;
```