| Crates.io | marin |
| lib.rs | marin |
| version | 0.1.0 |
| created_at | 2022-01-28 01:15:07.749927+00 |
| updated_at | 2022-01-28 01:15:07.749927+00 |
| description | Rust implementation of the DSL used for kantek (kv2.dev) |
| homepage | |
| repository | https://github.com/mojurasu/marin |
| max_upload_size | |
| id | 522856 |
| size | 52,213 |
cargo run --example repl
1 2 3
arg1 arg2 arg3
kw: 1
keywordarg: True
-flag1 -flag2
kw: "string with spaces
positional argument with spaces
range: 1..10
1..10
..10
ids: -10..20
vals: ["val1", "val2"]
vals: [1, 2, 3]
[1,2,3]