Coder Social home page Coder Social logo

rulibc

rulibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Windows, Linux and Redox. This is the fork of relibc(https://github.com/redox-os/relibc) for more focusing on win32/linux support. Other platform may also considerte if anybody interested to contribute.

glibc/musl alternative on linux world.

redox support will alomost unchanged with the upstream https://github.com/redox-os/relibc

The motivation for this project is:

  • Create a safer alternative to a C standard library written in C.
  • On Windows, as a alternative to msvcrt/mingw32 crt, but also support for possible posix api, it's can be used cl/gcc/clang on windows
  • On Linux, remove the need of musl/glibc, and create glibc compatiable api set. It supports linux syscalls via the sc crate.
  • Reduce issues the redox crew was having with newlib,

Supported OSes

  • Windows
  • Linux
  • Redox OS

Supported architectures

  • x86_64
  • Aarch64

Notice

The main branch are not stable, will rebase on the upstream perdically use git fetch --force to sync with the main branch. The release branch will keep stable

Developing

cargo install --force cargo-make

Build debug version

cargo make build

Build release version

cargo make build --profile production

rulibc's Projects

bitflags icon bitflags

A macro to generate structures which behave like bitflags

cbindgen icon cbindgen

A project for generating C bindings from Rust code

goblin icon goblin

An impish, cross-platform binary parsing crate, written in Rust

lazy-static.rs icon lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.

libm icon libm

A port of MUSL's libm to Rust.

log icon log

Logging implementation for Rust

plain icon plain

A small Rust library that allows users to reinterpret data of certain types safely.

rand icon rand

A Rust library for random number generation.

relibc icon relibc

Mirror of https://gitlab.redox-os.org/redox-os/relibc

rust icon rust

Empowering everyone to build reliable and efficient software.

rust-memchr icon rust-memchr

An implementation of memchr in Rust, with optional libc bindings.

scroll icon scroll

Scroll - making scrolling through buffers fun since 2016

spin-rs icon spin-rs

Spin-based synchronization primitives

syn icon syn

Parser for Rust source code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.