https://github.com/angrymane/capnp-angy
https://github.com/angrymane/capnp-angy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/angrymane/capnp-angy
- Owner: AngryMane
- Created: 2024-09-03T13:31:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:20:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-16T09:00:03.495Z (about 1 year ago)
- Language: Makefile
- Size: 30.5 MB
- 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
```