add CI for rustc-20210727 & nightly
An optimized version of rlibc.
This crate used to provide a Rust implementation of some libc functions such as memcpy / memmove / memset / memcmp, required when developing freestanding applications.
memcpy
memmove
memset
memcmp
The code is borrowed from musl-libc and compiler_builtins.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
rlibc-opt
An optimized version of rlibc.
This crate used to provide a Rust implementation of some libc functions such as
memcpy
/memmove
/memset
/memcmp
, required when developing freestanding applications.The code is borrowed from musl-libc and compiler_builtins.
rustc info