Skip to content
/ rust_example Public template

Example repo created while learning the rust toolchain

License

Notifications You must be signed in to change notification settings

theorlandog/rust_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-example

Example repo created while learning the rust toolchain

Initializing Project

To initialize a project, we use cargo from the rust toolchain.

$ cargo new rust_example
    Created binary (application) `rust_example` package
$ tree .
.
├── LICENSE
├── README.md
└── rust_example
    ├── Cargo.toml
    └── src
        └── main.rs

About

Example repo created while learning the rust toolchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages