Our great sponsors
-
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).
-
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.
-
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
-
rust-analyzer and Clippy aren't not really involved with formatting. rustmft does autoformat to 4 spaces.
-
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.
Related posts
- Should I try to learn Rust at this stage?
- Hey Rustaceans! Got an easy question? Ask here (12/2021)!
- devrc: task automation tool for developers written in Rust
- Tell me it's my personal filter bubble. Why do people keep using Rust for building things where Go can be a perfect fit?
- Write SDK “base” in Rust, wrap in other languages?