File: README.md

package info (click to toggle)
rust-capnpc 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Cap'n Proto code generation for Rust

[![crates.io](https://img.shields.io/crates/v/capnpc.svg)](https://crates.io/crates/capnpc)

[documentation](https://docs.rs/capnpc/)

The generated code depends on the [capnproto-rust runtime library](https://github.com/capnproto/capnproto-rust).

Code generation can be customized through the annotations defined in [`rust.capnp`](rust.capnp).