This is a simple Rust tutorial to help you get started with the language.
fn main() {
println!("Hello, world!");
}
// Cargo.toml
[package]
name = "my-rust-project"
version = "1.0.0"
edition = "2021
Rust is a modern systems programming language that offers strong memory safety and performance.