|
vor 2 Jahren | |
---|---|---|
core_io | vor 3 Jahren | |
include | vor 3 Jahren | |
openlibm | vor 6 Jahren | |
posix-regex | vor 6 Jahren | |
pthreads-emb | vor 4 Jahren | |
ralloc | vor 6 Jahren | |
src | vor 2 Jahren | |
tests | vor 2 Jahren | |
.editorconfig | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
.gitlab-ci.yml | vor 4 Jahren | |
.gitmodules | vor 2 Jahren | |
CONTRIBUTING.md | vor 6 Jahren | |
Cargo.lock | vor 2 Jahren | |
Cargo.toml | vor 2 Jahren | |
LICENSE | vor 7 Jahren | |
Makefile | vor 2 Jahren | |
README.md | vor 6 Jahren | |
Xargo.toml | vor 4 Jahren | |
bindgen_transform.sh | vor 7 Jahren | |
build.rs | vor 4 Jahren | |
ci.sh | vor 5 Jahren | |
fmt.sh | vor 6 Jahren | |
redoxer.sh | vor 4 Jahren | |
renamesyms.sh | vor 2 Jahren | |
rust-toolchain | vor 2 Jahren | |
rustfmt.toml | vor 5 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.