# rlibc-opt **Repository Path**: rcore-os/rlibc-opt ## Basic Information - **Project Name**: rlibc-opt - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rlibc-opt [![CI](https://github.com/rcore-os/rlibc-opt/workflows/CI/badge.svg?branch=master)](https://github.com/rcore-os/rlibc-opt/actions) An optimized version of [rlibc](https://github.com/alexcrichton/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](https://musl.libc.org) and [compiler_builtins](https://github.com/rust-lang/compiler-builtins). ## rustc info - current rustc -- rustc 1.56.0-nightly (08095fc1f 2021-07-26) - current rust-toolchain -- nightly