Files
.github
.obsidian
HelloWorld
adder
branches
functions_rust
guessing_game
hello_cargo
loops
src
Cargo.lock
Cargo.toml
ownership
rectangles
.gitignore
Collection of Common Data Structs.md
Constants.md
Crates.md
Data Types.md
Enums.md
Error Handling.md
Generic Types Traits and Lifetimes.md
Generics.md
Hash.md
Lifetimes.md
Modules and Use.md
Packages.md
Paths.md
Primitives.md
Project Organization.md
README.md
Reducing_Code_Duplication.md
RustBrock.code-workspace
String.md
Structures.md
Test Controls.md
Test_Organization.md
Tests.md
Traits.md
Variables.md
Vector.md
Writing_Tests.md
data_types.md
ownership.md
RustBrock/loops/Cargo.toml

7 lines
76 B
TOML

[package]
name = "loops"
version = "0.1.0"
edition = "2021"
[dependencies]