|  | пре 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.