|
vor 5 Jahren | |
---|---|---|
cbindgen @ 9deed39fb9 | vor 6 Jahren | |
core_io @ 8f253772c9 | vor 6 Jahren | |
include | vor 5 Jahren | |
openlibm @ e2da0dafd3 | vor 6 Jahren | |
posix-regex @ 0d996efe5c | vor 6 Jahren | |
pthreads-emb @ 7af8bdd54f | vor 5 Jahren | |
ralloc @ f9b8c35fe8 | vor 6 Jahren | |
src | vor 5 Jahren | |
tests | vor 5 Jahren | |
.gitignore | vor 6 Jahren | |
.gitlab-ci.yml | vor 5 Jahren | |
.gitmodules | vor 5 Jahren | |
CONTRIBUTING.md | vor 6 Jahren | |
Cargo.lock | vor 5 Jahren | |
Cargo.toml | vor 5 Jahren | |
LICENSE | vor 7 Jahren | |
Makefile | vor 5 Jahren | |
README.md | vor 6 Jahren | |
Xargo.toml | vor 6 Jahren | |
bindgen_transform.sh | vor 7 Jahren | |
build.rs | vor 6 Jahren | |
ci.sh | vor 5 Jahren | |
fmt.sh | vor 6 Jahren | |
include.sh | vor 5 Jahren | |
rust-toolchain | vor 5 Jahren | |
rustfmt.toml | vor 6 Jahren |
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.