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