|
4 жил өмнө | |
---|---|---|
core_io @ 23118bedb0 | 4 жил өмнө | |
include | 4 жил өмнө | |
openlibm @ e2da0dafd3 | 6 жил өмнө | |
posix-regex @ 0d996efe5c | 6 жил өмнө | |
pthreads-emb @ 0db50689be | 5 жил өмнө | |
ralloc @ f9b8c35fe8 | 6 жил өмнө | |
src | 4 жил өмнө | |
tests | 4 жил өмнө | |
.editorconfig | 4 жил өмнө | |
.gitignore | 4 жил өмнө | |
.gitlab-ci.yml | 4 жил өмнө | |
.gitmodules | 4 жил өмнө | |
CONTRIBUTING.md | 6 жил өмнө | |
Cargo.lock | 4 жил өмнө | |
Cargo.toml | 4 жил өмнө | |
LICENSE | 7 жил өмнө | |
Makefile | 4 жил өмнө | |
README.md | 6 жил өмнө | |
Xargo.toml | 4 жил өмнө | |
bindgen_transform.sh | 7 жил өмнө | |
build.rs | 4 жил өмнө | |
ci.sh | 5 жил өмнө | |
fmt.sh | 6 жил өмнө | |
redoxer.sh | 4 жил өмнө | |
rust-toolchain | 4 жил өмнө | |
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.