Skip to content

MrDrGrumpy/LearningRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

A repository to play with the Rust language.

Hello World

The Hello World directory hosts the obligaotry Hello World program. Point to note is that the println statement is a macro rather than a function call. This is denoted by the exclamation mark.

Hello Cargo

This is the hello world application created with the cargo build system. cargo build creates the debug version. cargo build --release creates the release version.

About

A repository to play with the Rust language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages