|
há 6 anos atrás | |
---|---|---|
cbindgen @ 9deed39fb9 | há 6 anos atrás | |
core_io @ 8f253772c9 | há 6 anos atrás | |
include | há 6 anos atrás | |
openlibm @ ee1308bf97 | há 6 anos atrás | |
posix-regex @ 0d996efe5c | há 6 anos atrás | |
pthreads-emb @ 6720dfdc95 | há 6 anos atrás | |
ralloc @ f9b8c35fe8 | há 6 anos atrás | |
src | há 6 anos atrás | |
tests | há 6 anos atrás | |
va_list @ 1e7a8b6b6f | há 6 anos atrás | |
.gitignore | há 6 anos atrás | |
.gitlab-ci.yml | há 6 anos atrás | |
.gitmodules | há 6 anos atrás | |
.travis.yml | há 7 anos atrás | |
CONTRIBUTING.md | há 6 anos atrás | |
Cargo.lock | há 6 anos atrás | |
Cargo.toml | há 6 anos atrás | |
LICENSE | há 7 anos atrás | |
Makefile | há 6 anos atrás | |
README.md | há 6 anos atrás | |
Xargo.toml | há 6 anos atrás | |
bindgen_transform.sh | há 7 anos atrás | |
build.rs | há 6 anos atrás | |
ci.sh | há 7 anos atrás | |
fmt.sh | há 6 anos atrás | |
include.sh | há 6 anos atrás | |
rust-toolchain | há 6 anos atrás | |
rustfmt.toml | há 6 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.