|
пре 5 година | |
---|---|---|
cbindgen @ 9deed39fb9 | пре 6 година | |
core_io @ 8f253772c9 | пре 6 година | |
include | пре 5 година | |
openlibm @ e2da0dafd3 | пре 6 година | |
posix-regex @ 0d996efe5c | пре 6 година | |
pthreads-emb @ 7af8bdd54f | пре 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 | пре 6 година | |
ci.sh | пре 5 година | |
fmt.sh | пре 6 година | |
include.sh | пре 5 година | |
rust-toolchain | пре 5 година | |
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.