Which open-source Rust projects have getting-started bugs/FRs?

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

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

    JPEG decoder written in Rust

    Given your qualifications, optimizing the Huffman decoding in jpeg-decoder crate sounds like a good opportunity. 50% of the entire decoding time is spent there; any improvements in it would translate to significant performance gains for decoding JPEG images. The tracking issue is here: https://github.com/image-rs/jpeg-decoder/issues/155

  • abstreet

    Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit

    A/B Street (traffic simulation game) has plenty. One that's fairly well-contained and doesn't require much background is speeding up the priority queue. Currently using std::collections::BinaryHeap. It has to be deterministic (no hashmaps resulting in nondet orders). Currently have some hacks to support updating priorities.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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