libc implemented in Rust for fun.
🚧🔨 Forever work in progress.
APIs:
- memory.rs: getpagesize, mmap, munmap, mprotect, malloc, free, calloc, realloc, reallocarray, memcpy, memcmp, bcmp, memset
- string.rs: strlen, strcmp, strncmp, toupper, tolower
- signal.rs: abort
- process.rs: exit, getpid
- io.rs: write, printf, fputc, fputs, puts, putc, putchar