Initial commit, still needs actual main.rs code

This commit is contained in:
Bradlee Speice
2018-01-16 18:37:15 -05:00
commit d2d09dd976
6 changed files with 62 additions and 0 deletions

6
schema/point.capnp Normal file
View File

@ -0,0 +1,6 @@
@0xab555145c708dad2;
struct Point {
x @0 :Int32;
y @1 :Int32;
}