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