Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust notes

This is a basic repo with some rust notes and codes. Just for fun and learning.

Basic

Create a new project

cargo new hello_world

This will create a new folder, with a file called Cargo.toml which contains the metadata of the project and used dependencies. Also a src folder with the source code of the project.

Compile and run a project

cargo run

Package manager

The packages available for rust can be find in Crates

Load package

Add the name of the package and version in Cargo.toml file on [Dependencies] section.

About

A basic repo with some rust codes, just for fun and learning.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages