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