An open API service indexing awesome lists of open source software.

https://github.com/angrymane/capnp-angy


https://github.com/angrymane/capnp-angy

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# What is capnpc-template
This is a template project for Cap'n Proto plugin written by rust.
You can handle Cap'n Proto's ast data by developing your own plugin based on this project.

# How to build
```
$ cargo build
```

# How to use
```
$ target/debug/capnpc-template phone.capnp
```