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