Skip to content

lbaschinski/rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Rust learning project

Build and execute binaries with Nix

  1. Get necessary dependencies with Nix: nix-shell -p cargo
  2. Change into src directory: cd src
  3. Build: cargo build
  4. Execute binary: cargo run --bin <bin_name>

Part 1: The Rust Programming Language Book

  1. Includes hello_cargo app that prints "Hello, World!"
  2. Includes guessing_game app that lets you play a number guessing game until you win!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages