|
6 gadi atpakaļ | |
---|---|---|
cbindgen @ 9deed39fb9 | 6 gadi atpakaļ | |
core_io @ 8f253772c9 | 6 gadi atpakaļ | |
include | 6 gadi atpakaļ | |
openlibm @ e2da0dafd3 | 6 gadi atpakaļ | |
posix-regex @ 0d996efe5c | 6 gadi atpakaļ | |
pthreads-emb @ cf594e6867 | 6 gadi atpakaļ | |
ralloc @ f9b8c35fe8 | 6 gadi atpakaļ | |
src | 6 gadi atpakaļ | |
tests | 6 gadi atpakaļ | |
va_list @ 1e7a8b6b6f | 6 gadi atpakaļ | |
.gitignore | 6 gadi atpakaļ | |
.gitlab-ci.yml | 6 gadi atpakaļ | |
.gitmodules | 6 gadi atpakaļ | |
.travis.yml | 7 gadi atpakaļ | |
CONTRIBUTING.md | 6 gadi atpakaļ | |
Cargo.lock | 6 gadi atpakaļ | |
Cargo.toml | 6 gadi atpakaļ | |
LICENSE | 7 gadi atpakaļ | |
Makefile | 6 gadi atpakaļ | |
README.md | 6 gadi atpakaļ | |
Xargo.toml | 6 gadi atpakaļ | |
bindgen_transform.sh | 7 gadi atpakaļ | |
build.rs | 6 gadi atpakaļ | |
ci.sh | 7 gadi atpakaļ | |
fmt.sh | 6 gadi atpakaļ | |
include.sh | 6 gadi atpakaļ | |
rust-toolchain | 6 gadi atpakaļ | |
rustfmt.toml | 6 gadi atpakaļ |
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.