Skip to content

javierllns/rust-language-primitives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How run cargo project

Gitbash:

$ cargo run

How to compile

Gitbash (With Cargo):

$ cargo build

Gitbash (Without Cargo):

$ rustc main.rs

How to run Compiled

Gitbash:

$ ./main.exe

Additional

Build the docs (Using Gitbash):

$ cargo doc --open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages