Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rcore-os/rlibc-opt
- Owner: rcore-os
- License: other
- Created: 2020-05-11T13:21:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T06:24:30.000Z (over 3 years ago)
- Last Synced: 2024-11-09T23:36:21.206Z (3 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-compiler_builtins
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