|
|
2 лет назад | |
|---|---|---|
| core_io | 4 лет назад | |
| include | 2 лет назад | |
| openlibm | 6 лет назад | |
| posix-regex | 7 лет назад | |
| pthreads-emb | 4 лет назад | |
| ralloc | 7 лет назад | |
| src | 2 лет назад | |
| tests | 3 лет назад | |
| .editorconfig | 5 лет назад | |
| .gitignore | 4 лет назад | |
| .gitlab-ci.yml | 4 лет назад | |
| .gitmodules | 3 лет назад | |
| CONTRIBUTING.md | 6 лет назад | |
| Cargo.lock | 3 лет назад | |
| Cargo.toml | 3 лет назад | |
| LICENSE | 7 лет назад | |
| Makefile | 3 лет назад | |
| README.md | 7 лет назад | |
| Xargo.toml | 5 лет назад | |
| bindgen_transform.sh | 7 лет назад | |
| build.rs | 4 лет назад | |
| ci.sh | 5 лет назад | |
| fmt.sh | 7 лет назад | |
| redoxer.sh | 4 лет назад | |
| renamesyms.sh | 3 лет назад | |
| rust-toolchain | 3 лет назад | |
| 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.