|  | 7 years ago | |
|---|---|---|
| cbindgen @ 95821b3bbe | 7 years ago | |
| core_io @ 5a15b81b2f | 7 years ago | |
| include | 7 years ago | |
| openlibm @ b7b3b4bc31 | 7 years ago | |
| ralloc @ f9b8c35fe8 | 7 years ago | |
| src | 7 years ago | |
| tests | 7 years ago | |
| va_list @ 1e7a8b6b6f | 7 years ago | |
| .gitignore | 7 years ago | |
| .gitlab-ci.yml | 7 years ago | |
| .gitmodules | 7 years ago | |
| .travis.yml | 7 years ago | |
| CONTRIBUTING.md | 7 years ago | |
| Cargo.lock | 7 years ago | |
| Cargo.toml | 7 years ago | |
| LICENSE | 7 years ago | |
| Makefile | 7 years ago | |
| README.md | 7 years ago | |
| bindgen_transform.sh | 7 years ago | |
| build.rs | 7 years ago | |
| ci.sh | 7 years ago | |
| fmt.sh | 7 years ago | |
| include.sh | 7 years ago | |
| rust-toolchain | 7 years ago | |
| rustfmt.toml | 7 years ago | 
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.