🦀 Rust Beginner Snippets
This extension provides beginner-friendly Rust code snippets to help you code faster and learn Rust more easily.
✨ Features
Here are the included snippets:
Prefix |
Description |
rbase |
Main function with println! |
read |
Creates a variable with input |
const |
Creates const variable with datatype |
vector |
Creates vector with value |
mv |
Declare a mutable variable |
prnt |
Print using println! |
fn |
Function template |
if |
Basic if-else statement |
elif |
if-else if-else ladder |
for |
For loop |
while |
While loop |
infinite |
Infinite loop with break condition |
match |
Match pattern matching block |
enum |
Enum type declaration |
struct |
Struct definition syntax |
tuple |
Tuple declaration |
option |
Option enum example with match |
shadow |
Creates variable shadow |
array |
Creates basic array |
More coming soon...
Right now extension is in development. INSHALLAH publish officaly next week.
📦 Installation
Not available online But INSHALLAH soon available.
🛠️ How to Use
Just type the prefix (like if , fn , match ) and select the snippet from the IntelliSense menu.
🧠 Who This Is For
- Rust beginners
- Programmers switching from Python, C, or JS
- Learners who want fast templates while learning syntax
🛤️ Future Plans
- INSHALLAH in future i made this more good and functional.
📢 Feedback
If you have ideas or feedback, feel free to open an issue or suggest snippets to add.
Enjoy your Rust journey! 🦀🚀
| |