|
6 år sedan | |
---|---|---|
cbindgen @ 9deed39fb9 | 6 år sedan | |
core_io @ 8f253772c9 | 6 år sedan | |
include | 6 år sedan | |
openlibm @ e2da0dafd3 | 6 år sedan | |
posix-regex @ 0d996efe5c | 6 år sedan | |
pthreads-emb @ b08f3c5cab | 6 år sedan | |
ralloc @ f9b8c35fe8 | 6 år sedan | |
src | 6 år sedan | |
tests | 6 år sedan | |
va_list @ 1e7a8b6b6f | 6 år sedan | |
.gitignore | 6 år sedan | |
.gitlab-ci.yml | 6 år sedan | |
.gitmodules | 6 år sedan | |
CONTRIBUTING.md | 6 år sedan | |
Cargo.lock | 6 år sedan | |
Cargo.toml | 6 år sedan | |
LICENSE | 7 år sedan | |
Makefile | 6 år sedan | |
README.md | 6 år sedan | |
Xargo.toml | 6 år sedan | |
bindgen_transform.sh | 7 år sedan | |
build.rs | 6 år sedan | |
ci.sh | 7 år sedan | |
fmt.sh | 6 år sedan | |
include.sh | 6 år sedan | |
rust-toolchain | 6 år sedan | |
rustfmt.toml | 6 år sedan |
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.