Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

eddyb-abandoned/rust-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

A stub standard library for Rust. It will provide a baseline level of support for freestanding Rust, and extended functionality based on the availability of the standard C library, POSIX and OS-specific features.

The core module is meant to be directly included as a module in a top-level crate making use of the #[no_std] attribute. It will make no attempt at working outside of that use case.

Configuration:

  • If the C standard library is available, pass --cfg libc to rustc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages