Basic args rust parsing.
This commit is contained in:
parent
67c1a42044
commit
27b2b1b11e
4 changed files with 70 additions and 0 deletions
7
2025/01/rust_demo1/Cargo.toml
Normal file
7
2025/01/rust_demo1/Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "rust_demo1"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.21"
|
Loading…
Add table
Add a link
Reference in a new issue