clip 0.1.1

A command line parser that doesn't use std or alloc!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[bin]]
name = "clip"
path = "src/bin.rs"

[dependencies]

[package]
authors = ["adam-mcdaniel <adam.mcdanie17@gmail.com>"]
description = "A command line parser that doesn't use std or alloc!"
edition = "2018"
license = "Apache-2.0"
name = "clip"
readme = "README.md"
version = "0.1.1"