Hi! I've been learning from this project and found it incredibly well-structured.
I've completed a Rust reimplementation of all 12 sessions:
π https://github.com/Hamiltonxx/learn-claude-code-rust
What's different:
- All sessions rewritten in Rust (tokio + reqwest + serde)
- Same harness mechanisms, Rust-native patterns (trait objects, Arc<Mutex>, mpsc)
- Includes the same web platform and docs (zh/en/ja)
- Blog series documenting the build process (Chinese): https://blog.cirray.cn
Would you consider adding a link under the README β perhaps a "Ports / Translations" section? It might be useful for Rust developers who want to follow the same learning path.
Happy to provide any additional context. Thanks for the great project!
Hi! I've been learning from this project and found it incredibly well-structured.
I've completed a Rust reimplementation of all 12 sessions:
π https://github.com/Hamiltonxx/learn-claude-code-rust
What's different:
Would you consider adding a link under the README β perhaps a "Ports / Translations" section? It might be useful for Rust developers who want to follow the same learning path.
Happy to provide any additional context. Thanks for the great project!