A bare-metal library supplying libc functions like memcpy, memmove, memset, and memcmp for freestanding environments.
# Cargo.toml
[dependencies]
rlibc = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Copies memory from source to destination using memcpy.
Ensure pointers are valid and non-overlapping.
No dependency data recorded yet.