2 releases
Uses old Rust 2015
0.1.2 | Dec 16, 2016 |
---|---|
0.1.0 | Nov 6, 2015 |
#6 in #partner
23KB
415 lines
rlibcex
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;