Learn and Practice the Rust programming language the effective way.
Last updated Jul 8, 2026
1.5k
Stars
71
Forks
44
Issues
+16
Stars/day
Attention Score
81
Language breakdown
Rust 99.7%
Python 0.2%
Dockerfile 0.1%
Shell 0.0%
Makefile 0.0%
โธ Files
click to expand
README
Rustfinity
Rustfinity is an interactive learning platform for Rust developers of all levels. Visit rustfinity.com to explore challenges, rustlings, and level up your Rust skills!
Features
- Challenges: Hands-on coding exercises from basics to advanced topics
- Rustlings: The classic rustlings exercises, now available in the browser
- CLI: Download and solve challenges locally
Folder Structure
.
โโโ challenges/ # Coding challenges served on rustfinity.com
โ โโโ challenge-x/
โ โโโ description.md
โ โโโ src/lib.rs, starter.rs
โ โโโ tests/tests.rs
โโโ crates/
โโโ cli # Download & submit challenges locally
โโโ rustfinity-runner # Runs tests in secure Docker containers
โโโ syntest # Syntax-based testing using Rust AST
Contribute
- Open an issue for bugs or suggestions
- Fork & PR to submit changes
- Join Discord to discuss ideas
Local Development
git clone https://github.com/dcodesdev/rustfinity.com.git
cd rustfinity.com
cargo build
Follow Us
License
๐ More in this category
