|
6 éve | |
---|---|---|
cbindgen @ 95821b3bbe | 7 éve | |
include | 6 éve | |
openlibm @ b7b3b4bc31 | 7 éve | |
ralloc @ f9b8c35fe8 | 6 éve | |
src | 6 éve | |
tests | 6 éve | |
va_list @ 1e7a8b6b6f | 6 éve | |
.gitignore | 6 éve | |
.gitlab-ci.yml | 6 éve | |
.gitmodules | 6 éve | |
.travis.yml | 7 éve | |
CONTRIBUTING.md | 6 éve | |
Cargo.lock | 6 éve | |
Cargo.toml | 6 éve | |
LICENSE | 7 éve | |
Makefile | 6 éve | |
README.md | 6 éve | |
bindgen_transform.sh | 7 éve | |
build.rs | 6 éve | |
ci.sh | 7 éve | |
fmt.sh | 6 éve | |
include.sh | 6 éve | |
rust-toolchain | 6 éve | |
rustfmt.toml | 6 éve |
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.