RSRahul Srivastavainrahulcodesrust.hashnode.dev·Jul 5, 2025 · 1 min readCommon terms in RustPrinting Hello Rahul Simply write the code mentioned below fn main() { // from here the program starts and between two curly brackets whatever is written it contains execution part println!("Hello Rahul"); // printing Hello Rahul } //if used ...00
RSRahul Srivastavainrahulcodesrust.hashnode.dev·Jul 3, 2025 · 2 min readRust -> How to installPardon me for using low level english I initially started using rust 1 week ago. But the query is why did i start as the review of this language in the developer market is very bad. Also it takes a lot of time to learn which is mostly very vague stat...00