Fixed a bug with unions. Also made README better`

This commit is contained in:
Jason Paryani
2013-07-06 18:40:05 -07:00
parent 7b8de8bbfe
commit 259d1a46c1
3 changed files with 69 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ cdef extern from "kj/common.h" namespace "::kj":
cdef extern from "capnp/schema.h" namespace "::capnp":
cdef cppclass Schema:
Node.Reader getProto()
Node.Reader getProto() except +
StructSchema asStruct() except +
EnumSchema asEnum() except +
Schema getDependency(uint64_t id) except +