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