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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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