| Crates.io | rlibcex |
| lib.rs | rlibcex |
| version | 0.1.2 |
| created_at | 2015-11-06 23:02:25.064011+00 |
| updated_at | 2016-12-16 12:55:12.260746+00 |
| description | A partner to rlibc, with extra libc functions for freestanding Rust projects |
| homepage | https://github.com/jdub/rlibcex |
| repository | https://github.com/jdub/rlibcex |
| max_upload_size | |
| id | 3378 |
| size | 22,603 |
A partner to rlibc, with extra libc functions for freestanding Rust projects.
Add this to your Cargo.toml:
[dependencies]
rlibcex = "0.1"
And this to your crate root:
extern crate rlibcex;