Skip to content

ChesterValentine/rust_lang_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simply a skeleton of a Rust program

How it works

Install

Don't forget to go at this page : https://www.rust-lang.org/tools/install to install rustup on your computer. If you are on Windows, you have to install Microsoft Visual C++ Build Tools 2017

Run it

To run that skeleton (it's just a Hello World! program), put that command on your terminal/cmd/powershell

cargo build name_of_your_file.rs

Cargo is the package manager of Rust. And with that command, cargo will download all dependencies that you put in the Cargo.toml file. To watch all the packages that the community create, go to : https://crates.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages