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