mirror of
https://github.com/bspeice/capnp_cookbook_2
synced 2025-08-25 16:55:40 -04:00
Initial commit, still needs actual main.rs code
This commit is contained in:
6
schema/point.capnp
Normal file
6
schema/point.capnp
Normal file
@ -0,0 +1,6 @@
|
||||
@0xab555145c708dad2;
|
||||
|
||||
struct Point {
|
||||
x @0 :Int32;
|
||||
y @1 :Int32;
|
||||
}
|
Reference in New Issue
Block a user