rust
rust copied to clipboard
Exercism exercises in Rust.
@exercism/staff Please remove me as maintainer of the Rust track. I no longer have an appropriate amount of time to dedicate to this task. It's been good here!
``` alphametics/.meta/Cargo-example.toml:edition = "2018" book-store/.meta/Cargo-example.toml:edition = "2018" crypto-square/.meta/Cargo-example.toml:edition = "2018" decimal/.meta/Cargo-example.toml:edition = "2018" diffie-hellman/.meta/Cargo-example.toml:edition = "2018" grep/.meta/Cargo-example.toml:edition = "2018" pig-latin/.meta/Cargo-example.toml:edition = "2018" poker/.meta/Cargo-example.toml:edition = "2018" robot-name/.meta/Cargo-example.toml:edition = "2018" scale-generator/.meta/Cargo-example.toml:edition =...
This PR will update all cargo example edition based on #1532 issue
after several attempts, I got past the build dependency errors such as mentioned in #1501 and fixed in #1503, but I am now getting timeouts when the tests run. Although...
The platform can't build the solution with `rstest_reuse==0.3.0` Decided to update all libraries to actual versions
The problem description says the `-v` flag should collect all lines that fail to match the pattern. An empty line does not match a pattern of, say, `"Of"`. Yet the...
Specifically: > If the largest or smallest palindrome has more than one pair of factors within the range, then return all the pairs. But the signature of the relevant function...
I love the scale generator exercise and I've implemented something similar almost every time I learned a new programming language. It has a few issues, though, in my opinion, and...
Poker refers to Wikipedia for the rules, but there's no specific/clear rule in Wikipedia. For example: > A straight flush is a hand that contains five cards of sequential rank,...
For one, it is for tasks 1 and 3( as given in the list), and not 2 and 3, that the external crates prove useful. It will be nice if...