Skip to content

gcp-development/basic-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-rust

Simple Basic Rust Examples

It's assumed that Rust is configured and running.

Compile and execute unit, integration, and documentation tests.

cargo test

Build the documentation for the local package and all dependencies. The output is placed in target/doc.

cargo doc

Compile local packages and all of their dependencies.

cargo build

Execute the compiled code.

./target/debug/basic-rust --dev

Remove artifacts from the target directory that Cargo has generated in the past.

cargo clean

References:
The Cargo Book
The Rust Programming Language
rustlings

About

Simple Basic Rust Examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages