Fixed up setup process, cleaned up repo, and updated README
This commit is contained in:
9
capnp/schema.pxd
Normal file
9
capnp/schema.pxd
Normal file
@@ -0,0 +1,9 @@
|
||||
# schema.capnp.cpp.pyx
|
||||
# distutils: language = c++
|
||||
# distutils: extra_compile_args = --std=c++11
|
||||
# distutils: libraries = capnp
|
||||
from schema_cpp cimport Node as C_Node
|
||||
cdef class _NodeReader:
|
||||
cdef C_Node.Reader thisptr
|
||||
cdef init(self, C_Node.Reader other)
|
||||
|
||||
Reference in New Issue
Block a user