# rust-commandline-example **Repository Path**: mirror_jedsek/rust-commandline-example ## Basic Information - **Project Name**: rust-commandline-example - **Description**: rust-commandline-example - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-22 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-commandline-example Example for building a command line application using Rust You can start it using `cargo run` and then navigate to `Home` by pressing `h`, to the `Pets` menu using `p` and you can add random pets using `a` and deleted the selected pet using `d`. By pressing `q`, you can quit the program.