|
hace 6 años | |
---|---|---|
cbindgen @ 9deed39fb9 | hace 6 años | |
core_io @ 8f253772c9 | hace 6 años | |
include | hace 6 años | |
openlibm @ e2da0dafd3 | hace 6 años | |
posix-regex @ 0d996efe5c | hace 6 años | |
pthreads-emb @ cf594e6867 | hace 6 años | |
ralloc @ f9b8c35fe8 | hace 6 años | |
src | hace 6 años | |
tests | hace 6 años | |
va_list @ 1e7a8b6b6f | hace 6 años | |
.gitignore | hace 6 años | |
.gitlab-ci.yml | hace 6 años | |
.gitmodules | hace 6 años | |
.travis.yml | hace 7 años | |
CONTRIBUTING.md | hace 6 años | |
Cargo.lock | hace 6 años | |
Cargo.toml | hace 6 años | |
LICENSE | hace 7 años | |
Makefile | hace 6 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 7 años | |
fmt.sh | hace 6 años | |
include.sh | hace 6 años | |
rust-toolchain | hace 6 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.