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