Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages