rustlings icon indicating copy to clipboard operation
rustlings copied to clipboard

:crab: Small exercises to get you used to reading and writing Rust code!

Results 219 rustlings issues
Sort by recently updated
recently updated
newest added

Hello: Very very thanks the projects! But after build projects, there are a lot of temp files like .pdb, .o. So, is it possible have a command feature to clear...

Hello! It would be great if after you complete a file, it showed you a "good" solution. Sometimes it's hard to tell if I cheated on accident, or didn't learn...

I updated rust using `cargo update` then cargo build error[E0658]: use of unstable library feature 'renamed_spin_loop' --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.1/src/spinwait.rs:9:5 | 9 | use core::hint::spin_loop; | ^^^^^^^^^^^^^^^^^^^^^ | = note: see issue...

- Run "install.sh" through `shellcheck` and implement the suggested changes, bar one regarding the use of `ls`. - Ensure the `git clone ...` operation is successful before continuing. - Add...

C-enhancement
A-installation
S-waiting-on-author

Add Exercises on Stdio, Read, Write and Files.

A-exercises
C-feature-request

Hello, I wonder if this is the code that is the right way to solve this challenge expecially the calculate fees function ``` #[derive(Debug)] struct Package { sender_country: String, recipient_country:...

When I run this repo in gitpod I witness this error message. ``` cargo install --force --path . error: failed to parse manifest at `/workspace/rustlings/Cargo.toml` Caused by: feature `edition2021` is...

Most of the time expectation is that there should be no diff between user's correct submission and gold. Benefit of this feature is that it give more insights to user...

VS Code: 1.45.1 OS: 4.19.118-1-MANJARO rls-vscode: 0.7.8 Creating a new crate/workspace like shown [here](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) the error squiggles work fine. But opening the root directory of rustlings (directory where Cargo.toml is...

The Threads1.rs hint references "sample answers". I looked through the project and have not found them. Are sample answers something that existed in a previous version and no longer exist?

C-question
A-exercises
P-high