|  | 6 年 前 | |
|---|---|---|
| cbindgen @ 9deed39fb9 | 7 年 前 | |
| core_io @ 8f253772c9 | 7 年 前 | |
| include | 6 年 前 | |
| openlibm @ e2da0dafd3 | 6 年 前 | |
| posix-regex @ 0d996efe5c | 7 年 前 | |
| pthreads-emb @ b08f3c5cab | 6 年 前 | |
| ralloc @ f9b8c35fe8 | 7 年 前 | |
| src | 6 年 前 | |
| tests | 6 年 前 | |
| .gitignore | 6 年 前 | |
| .gitlab-ci.yml | 6 年 前 | |
| .gitmodules | 6 年 前 | |
| CONTRIBUTING.md | 6 年 前 | |
| Cargo.lock | 6 年 前 | |
| Cargo.toml | 6 年 前 | |
| LICENSE | 7 年 前 | |
| Makefile | 6 年 前 | |
| README.md | 7 年 前 | |
| Xargo.toml | 7 年 前 | |
| bindgen_transform.sh | 7 年 前 | |
| build.rs | 6 年 前 | |
| ci.sh | 6 年 前 | |
| fmt.sh | 7 年 前 | |
| include.sh | 6 年 前 | |
| rust-toolchain | 6 年 前 | |
| rustfmt.toml | 7 年 前 | 
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.