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