cargo-witgen 0.15.0

witgen is a library to help you generate wit definitions in a wit file for WebAssembly and this binary will generate wit file
Documentation
# cargo-witgen

## Installation

```bash
$ cargo install cargo-witgen
```

## Usage

```bash
$ cargo witgen

cargo-witgen 0.1.0

USAGE:
    cargo witgen <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    generate    Generate wit files
    help        Print this message or the help of the given subcommand(s)
```

## Development

```bash
$ cargo install --path .
```