|
před 2 roky | |
---|---|---|
core_io | před 3 roky | |
include | před 2 roky | |
openlibm | před 6 roky | |
posix-regex | před 6 roky | |
pthreads-emb | před 4 roky | |
ralloc | před 6 roky | |
src | před 2 roky | |
tests | před 2 roky | |
.editorconfig | před 4 roky | |
.gitignore | před 4 roky | |
.gitlab-ci.yml | před 3 roky | |
.gitmodules | před 2 roky | |
CONTRIBUTING.md | před 6 roky | |
Cargo.lock | před 2 roky | |
Cargo.toml | před 2 roky | |
LICENSE | před 7 roky | |
Makefile | před 2 roky | |
README.md | před 6 roky | |
Xargo.toml | před 4 roky | |
bindgen_transform.sh | před 7 roky | |
build.rs | před 4 roky | |
ci.sh | před 5 roky | |
fmt.sh | před 6 roky | |
redoxer.sh | před 4 roky | |
renamesyms.sh | před 2 roky | |
rust-toolchain | před 2 roky | |
rustfmt.toml | před 5 roky |
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.