Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

alexcrichton/rlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

rlibc

DEPRECATED: This crate used to provide a Rust implementation of some libc functions such as memcpy / memmove / memset, required when developing freestanding applications.

The compiler-builtins crate now provides optimized versions of these functions when enabling the optional mem feature. It also provides a lot of other useful functions required by bare metal applications. It should be used instead of this one.

The old version of this crate is still browsable by looking in Git's history. No further development will happen here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published