mirror of
https://github.com/bspeice/capnp_cookbook_1
synced 2025-07-02 06:16:47 -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