We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a30536 commit f4760d9Copy full SHA for f4760d9
README.md
@@ -1,5 +1,11 @@
1
# minparse
2
A minimal argument parser
3
+## Install
4
+Add this to your `Cargo.toml`:
5
+```toml
6
+[dependencies]
7
+minparse = "0.1.2"
8
+```
9
## Usage
10
11
```rust
0 commit comments