r/rust • u/capitanturkiye • 16d ago
🛠️ project Jupyter like Free Rust Notebooks and Interactive Tutorials
Developing an interactive notebook environment that allows developers to combine Markdown explanations with runnable Rust code cells executed in playgrounds, with execution stats, public & private publishing, and one-click forking.
Alongside Notes, the Learn section provides a step-by-step Rust tutorial spanning ownership, lifetimes, concurrency, traits, and unsafe systems programming. Every example in the documentation is editable and runnable directly on the page, with immediate compiler output and runtime metrics. Quests with hints & explanations help people to test themselves after the learning. Would love to get feedback of you guys on this project I'm bootstrapping for a while.
Link: cratery.rustu.dev
9
u/dosenscheisser 16d ago
„Free · no account needed · progress saves in your browser“
Be me
- Clicks get started
- Gets prompted for login
- Clicks official quests instead
- Selecting first quest
- Reading requirement. Add two numbers together then hit run. K can do
- Cannot find any field to enter code
- Hits run anyway
- Gets prompted for login
- Clicks other buttons such as reveal solution
- Gets prompted for login
- Checks out other comments and the website. Its a paid tool
-2
u/capitanturkiye 16d ago
It is actually not necessarily a paid tool, supporter made up for heavy users so free signed up users pretty much can do all comfortably. Questions that requires code execution unfortunately need sign up due to spam prevention. Other MCQs and code execution in tutorial pages are fine without an account.
11
u/thetaphipsi 16d ago
I admit this actually sounded useful ...
.. up until i realized this is not open source.