Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcore-os/rlibc-opt

An optimized version of rlibc.
https://github.com/rcore-os/rlibc-opt

Last synced: 3 months ago
JSON representation

An optimized version of rlibc.

Awesome Lists containing this project

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