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

https://github.com/angrymane/capnpc-template


https://github.com/angrymane/capnpc-template

Last synced: about 1 year 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
```