|
5 years ago | |
---|---|---|
cbindgen @ 9deed39fb9 | 6 years ago | |
core_io @ 8f253772c9 | 6 years ago | |
include | 5 years ago | |
openlibm @ e2da0dafd3 | 6 years ago | |
posix-regex @ 0d996efe5c | 6 years ago | |
pthreads-emb @ 7af8bdd54f | 5 years ago | |
ralloc @ f9b8c35fe8 | 6 years ago | |
src | 5 years ago | |
tests | 5 years ago | |
.gitignore | 6 years ago | |
.gitlab-ci.yml | 5 years ago | |
.gitmodules | 5 years ago | |
CONTRIBUTING.md | 6 years ago | |
Cargo.lock | 5 years ago | |
Cargo.toml | 5 years ago | |
LICENSE | 7 years ago | |
Makefile | 5 years ago | |
README.md | 6 years ago | |
Xargo.toml | 6 years ago | |
bindgen_transform.sh | 7 years ago | |
build.rs | 6 years ago | |
ci.sh | 5 years ago | |
fmt.sh | 6 years ago | |
include.sh | 5 years ago | |
rust-toolchain | 6 years ago | |
rustfmt.toml | 6 years ago |
relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.
The motivation for this project is twofold: Reduce issues the redox crew was having with newlib, and create a safer alternative to a C standard library written in C. It is mainly designed to be used under redox, as an alternative to newlib, but it also supports linux syscalls via the sc crate.