A bare-metal library supplying certain libc functions like memcpy, memmove, memset and memcmp. This is designed for use in freestanding environments where another libc does not exist, since rustc may implicitly insert calls to such functions.
A bare-metal library supplying certain libc functions.
A minimal implementation of assumed symbols of libc.
Dependency-free CString-like implementation for projects with #[no_std]'s
A partner to rlibc, with extra libc functions for freestanding Rust projects
Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Rust implementation `libsodium/utils`.
Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust