Small Rust projects for learning purpose.
- /HelloXXX/ - test XXX Rust language feature.
- /xxx/ - rebuild foundation libraries in Rust.
- /run.ps1 - run a project.
.\run.ps1 <ProjectFolder> [Parameters]
- /clean.ps1 - cleanup all generated files.
.\clean.ps1
- rust-unofficial/too-many-lists - build list library in Rust.
- rust-doc/book
- rust-doc/cargo
- rust-doc/rust-by-example
- rust-weekly
- rust-user
- rust-internals
- Macros in Rust