https://github.com/angrymane/capnpc-template
https://github.com/angrymane/capnpc-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/angrymane/capnpc-template
- Owner: AngryMane
- Created: 2023-06-19T12:06:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T11:08:26.000Z (almost 3 years ago)
- Last Synced: 2025-04-26T23:54:40.503Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```