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