This is a Rust project
Rust Example about Rust learning
- 😄 demo: hello world
- 😄 error_demo: Error Handling
- 😄 generics_demo: generics
- 😄 ownership_demo: Ownership
- 😄 minigrep: An I/O Project: Building a Command Line Program
- 😄 life_time:lifetime syntax
- 😄 Rust Cli demo Rust Cli demo on clap library and anyhow libary, and etc.