cruise-group / write-hello-world-from-any-language-in-the-rust

Write Hello World from any language in the Rust language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

author updated last-modified readme-version
friendbear
01-22-2024
01-22-2024
1.0.0

About this project

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

Basic Rust Language Concepts

  • Operator
  • Constants and Variables
  • Basic data types
  • Control expressions
  • Functions
  • Lifetime
  • Struct
  • Enumerated types
  • Trait
  • Generics
  • Ownership

Features

To quickly generate template code, use:

# Case Java
cargo new hello-world --from java
# or
hello-rust --from java hello-world

Contributing Welcome

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.

About

Write Hello World from any language in the Rust language.

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%