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