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