| Crates.io | simple-args |
| lib.rs | simple-args |
| version | 0.2.0 |
| created_at | 2021-09-11 03:12:43.070205+00 |
| updated_at | 2021-09-17 01:10:42.325958+00 |
| description | A very simple argument parser |
| homepage | |
| repository | https://github.com/MrElectrify/simple-args-rs |
| max_upload_size | |
| id | 449602 |
| size | 9,319 |
A simple command-line argument parser for rust
Arguments are simply denoted by a single - followed by the argument, and the value is immediately after. Multiple instances can be contained, and arguments can contain no value
Check out the tests or documentation