rlibcex 0.1.2

A partner to rlibc, with extra libc functions for freestanding Rust projects
Documentation
  • Coverage
  • 0%
    0 out of 32 items documented0 out of 21 items with examples
  • Size
  • Source code size: 22.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • jdub/rlibcex
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jdub

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;