rlibcex

Crates.iorlibcex
lib.rsrlibcex
version0.1.2
sourcesrc
created_at2015-11-06 23:02:25.064011
updated_at2016-12-16 12:55:12.260746
descriptionA partner to rlibc, with extra libc functions for freestanding Rust projects
homepagehttps://github.com/jdub/rlibcex
repositoryhttps://github.com/jdub/rlibcex
max_upload_size
id3378
size22,603
Jeff Waugh (jdub)

documentation

README

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;
Commit count: 8

cargo fmt