Coder Social home page Coder Social logo

rulibc / rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/rust

0.0 0.0 0.0 556.16 MB

Empowering everyone to build reliable and efficient software.

Home Page: https://www.rust-lang.org

License: Other

Makefile 0.31% Rust 95.43% CSS 0.16% Python 0.47% Shell 0.28% C 0.06% C++ 0.32% JavaScript 0.38% Puppet 0.01% Pascal 0.02% HTML 2.32% PHP 0.01% RenderScript 0.01% XSLT 0.01% Assembly 0.03% Batchfile 0.01% Roff 0.03% Dockerfile 0.16% Logos 0.01% CMake 0.01%

rust's Introduction

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

rust's People

Contributors

alexcrichton avatar bors avatar brson avatar catamorphism avatar centril avatar dylan-dpc avatar ecstatic-morse avatar eddyb avatar erickt avatar estebank avatar flip1995 avatar frewsxcv avatar graydon avatar guillaumegomez avatar huonw avatar johntitor avatar jseyfried avatar kennytm avatar manishearth avatar marijnh avatar mark-simulacrum avatar michaelwoerister avatar nikomatsakis avatar pcwalton avatar petrochenkov avatar pnkfelix avatar ralfjung avatar steveklabnik avatar thestinger avatar varkor avatar

Watchers

 avatar

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.