Skip to content

tinrab/rusty-libc

Repository files navigation

Rusty libc

libc implemented in Rust for fun.

🚧🔨 Forever work in progress.

Status

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

About

libc implemented in Rust for fun.

Topics

Resources

Stars

Watchers

Forks