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.