|  | il y a 4 ans | |
|---|---|---|
| core_io @ 23118bedb0 | il y a 5 ans | |
| include | il y a 5 ans | |
| openlibm @ e2da0dafd3 | il y a 6 ans | |
| posix-regex @ 0d996efe5c | il y a 7 ans | |
| pthreads-emb @ 0db50689be | il y a 6 ans | |
| ralloc @ f9b8c35fe8 | il y a 7 ans | |
| src | il y a 4 ans | |
| tests | il y a 5 ans | |
| .editorconfig | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| .gitlab-ci.yml | il y a 5 ans | |
| .gitmodules | il y a 5 ans | |
| CONTRIBUTING.md | il y a 6 ans | |
| Cargo.lock | il y a 5 ans | |
| Cargo.toml | il y a 5 ans | |
| LICENSE | il y a 7 ans | |
| Makefile | il y a 5 ans | |
| README.md | il y a 7 ans | |
| Xargo.toml | il y a 5 ans | |
| bindgen_transform.sh | il y a 7 ans | |
| build.rs | il y a 5 ans | |
| ci.sh | il y a 5 ans | |
| fmt.sh | il y a 7 ans | |
| redoxer.sh | il y a 5 ans | |
| rust-toolchain | il y a 5 ans | |
| rustfmt.toml | il y a 6 ans | 
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.