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