author | updated | last-modified | readme-version |
---|---|---|---|
friendbear |
01-22-2024 |
01-22-2024 |
1.0.0 |
Welcome to the beginner-friendly Rust project! This repository contains experimental code for a Hello World program, designed to help beginners get started with Rust.
[GORL] The goal is to explore the features of the Rust language within a single
main.rs
file.
Join the discussion on the official Rust website: Rust Lang Version Hello World Starting Here
- Operator
- Constants and Variables
- Basic data types
- Control expressions
- Functions
- Lifetime
- Struct
- Enumerated types
- Trait
- Generics
- Ownership
To quickly generate template code, use:
# Case Java
cargo new hello-world --from java
# or
hello-rust --from java hello-world
Contributions are welcome! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.