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