Hey Rustaceans! Got a question? Ask here! (50/2022)!

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021 and 2022 in Scala (by sim642)

    Finally, if you have questions regarding the Advent of Code, feel free to post them here and avoid spoilers (please use >!spoiler!< to hide any parts of solutions you post, it looks like this).

  • aoc_2022

    Here's how I did: https://gitlab.com/boreec/aoc_2022/-/tree/main/day_07

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • docs.rs

    crates.io documentation generator

    Yeah that's great thank you, I was just unsure about whether people using the crate were expecting to read about the private members on docs.rs. Guess there's no real downside to using docstring style for both public and private members.

  • and here is a github repo with the minimal example too: https://github.com/payasson/minimal_example_rust_problem

  • rustfmt

    Format Rust code

    rust-analyzer and Clippy aren't not really involved with formatting. rustmft does autoformat to 4 spaces.

  • Gradle

    Adaptable, fast automation for all

    We are at the stage of standardizing build management using gradle (from gradle.org) to manage builds from the JVM ecosystem (its a well understood problem), was wondering if anyone figured if it makes sense if Rust projects should be managed via gradle or still stay with cargo ? Feedback is welcomed.

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