Skip to content

gentjankolicaj/rust-examples

Repository files navigation

rust-examples


🧠 Notes
1.'rust-examples' is a workspace , and each subdirectory is a cargo directory (project folder managed by cargo).
2. All .rs files in src/bin/ are treated as separate binaries automatically.
3.If you put multiple files in src/ directly (like main1.rs, main2.rs), Cargo will not pick them up unless you declare them manually with [[bin]].

About

rust-lang examples to illustrate various rust concepts and standard libs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages