|
2 vuotta sitten | |
---|---|---|
core_io | 3 vuotta sitten | |
include | 2 vuotta sitten | |
openlibm | 6 vuotta sitten | |
posix-regex | 6 vuotta sitten | |
pthreads-emb | 4 vuotta sitten | |
ralloc | 6 vuotta sitten | |
src | 2 vuotta sitten | |
tests | 2 vuotta sitten | |
.editorconfig | 4 vuotta sitten | |
.gitignore | 4 vuotta sitten | |
.gitlab-ci.yml | 3 vuotta sitten | |
.gitmodules | 2 vuotta sitten | |
CONTRIBUTING.md | 6 vuotta sitten | |
Cargo.lock | 2 vuotta sitten | |
Cargo.toml | 2 vuotta sitten | |
LICENSE | 7 vuotta sitten | |
Makefile | 2 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 | |
renamesyms.sh | 2 vuotta sitten | |
rust-toolchain | 2 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.