Hey Rustaceans! Got a question? Ask here (11/2023)!

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. retro.tools-backend

    Web backend for retro.tools

    Here's the code

  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. robust

    Robust predicates for computational geometry

  4. tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

    If you normally use Electron, Tauri might be a good fit. You have several options for front-end (I like using Elm personally), and I managed to get a skeleton app up and running in just a few hours, so I think it’s worth a peek.

  5. Random

    Repository of Random, Useful, or Novel Functions (by JASory)

    I can't help you with the specific website, but here's a trivial cli implementation of Game of Life.

  6. quickcheck

    Automated property based testing for Rust (with shrinking).

    The book, Zero To Production In Rust, uses quickcheck:

  7. proptest

    Hypothesis-like property testing for Rust

    The only other crate I could find is proptest, but it looks a lot more complicated, and I don't know if lets you skip the shrinking step as quickcheck does. I've been reading the book and going through the docs, but a quick answer would be appreciated.

  8. nextest

    A next-generation test runner for Rust.

    I believe cargo-nextest supports running separate binaries concurrently.

  9. CodeRabbit

    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 logo
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

  • Anyone use Rust to build SaaS web apps professionally?

    9 projects | /r/rust | 11 Sep 2022
  • Things people get wrong about Electron

    2 projects | news.ycombinator.com | 23 Jan 2025
  • Tauri-apps/Tauri: Build smaller, faster, and more secure desktop and mobile apps

    1 project | news.ycombinator.com | 11 Dec 2024
  • Show HN: A macOS app and window activity tracker

    1 project | news.ycombinator.com | 9 Nov 2024
  • Ask HN: Stick to Electron (JS/TS), Swift and Kotlin or Learn Rust and Use Tauri

    2 projects | news.ycombinator.com | 21 Oct 2024

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