|
hace 6 años | |
---|---|---|
cbindgen @ 95821b3bbe | hace 7 años | |
include | hace 6 años | |
openlibm @ b7b3b4bc31 | hace 7 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 | |
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.