Porting Rust's std to rustix

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. rustix

    Safe Rust bindings to POSIX-ish APIs

    For a dynamically-linked executable, plain imports can't get vDSO symbols, though we could potentially use dlsym to do it. That's not been a focus so far, but it's good to think about now that there's a port of std underway. I've filed this issue to track this. Thanks!

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. clap-rs

    A full featured, fast Command Line Argument Parser for Rust

    PR #2206 will be handled as part of clap-rs/clap#2683 which will be a focus point during 3.x

  4. compiler-builtins

    Porting `compiler-rt` intrinsics to Rust

    Then, some of the non-trivial things that are needed are already implemented and maintained in other crates, like memcpy and friends in compiler-builtins, all the math routines in libm and malloc in dlmalloc.

  5. libm

    A port of MUSL's libm to Rust.

    It looks like https://github.com/rust-lang/libm/pull/249 may be a fix for this.

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

  • Handle Redis PING command

    2 projects | dev.to | 29 Aug 2024
  • The weird of function-local types in Rust

    1 project | news.ycombinator.com | 21 Aug 2024
  • Build Your Own curl - Rust

    2 projects | dev.to | 23 Mar 2024
  • CLI Contexts

    1 project | dev.to | 27 Dec 2023
  • Flow Updater JSON Creator

    8 projects | dev.to | 9 Dec 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?