|
|
пре 7 година | |
|---|---|---|
| cbindgen @ 95821b3bbe | пре 7 година | |
| core_io @ 5a15b81b2f | пре 7 година | |
| include | пре 7 година | |
| openlibm @ b7b3b4bc31 | пре 7 година | |
| ralloc @ f9b8c35fe8 | пре 7 година | |
| src | пре 7 година | |
| tests | пре 7 година | |
| va_list @ 1e7a8b6b6f | пре 7 година | |
| .gitignore | пре 7 година | |
| .gitlab-ci.yml | пре 7 година | |
| .gitmodules | пре 7 година | |
| .travis.yml | пре 7 година | |
| CONTRIBUTING.md | пре 7 година | |
| Cargo.lock | пре 7 година | |
| Cargo.toml | пре 7 година | |
| LICENSE | пре 7 година | |
| Makefile | пре 7 година | |
| README.md | пре 7 година | |
| bindgen_transform.sh | пре 7 година | |
| build.rs | пре 7 година | |
| ci.sh | пре 7 година | |
| fmt.sh | пре 7 година | |
| include.sh | пре 7 година | |
| rust-toolchain | пре 7 година | |
| 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.