Porting Rust's Std to Rustix

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rust

    Empowering everyone to build reliable and efficient software.

  • > Instead, Rust's std currently goes through libc

    Are you sure about this? Rust's std's File::open calls CreateFile on Windows, not libc open. Isn't CreateFile correct Kernel32.dll API to call?

    https://github.com/rust-lang/rust/blob/master/library/std/sr...

  • compiler-builtins

    Porting `compiler-rt` intrinsics to Rust

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mustang

    Rust programs written entirely in Rust

  • I recommend checking out this issue [1] if you want to get your feet wet. Attempting to build a new Rust program and documenting what prevented it from working is a great way to understand how everything is implemented. Pretty satisfying if you can get a program working, too.

    [1] https://github.com/sunfishcode/mustang/issues/22

  • relibc

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

  • There is in fact already a library that does that https://github.com/redox-os/relibc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts