pycapnp/capnp
Andy Lutomirski cd0fe97710 Add _DynamicStructBuilder.to_bytes() and <struct module>.read_from_memory
to_bytes is not very efficient (it makes one necessary copy and one
unnecessary copy), but it will simplify a lot of use cases.

read_from_memory should be maximally efficient for most input types
(including mmap).
2013-09-03 14:01:07 -07:00
..
__init__.py Enable import hook by default 2013-09-03 00:21:28 -07:00
capnp.pyx Add _DynamicStructBuilder.to_bytes() and <struct module>.read_from_memory 2013-09-03 14:01:07 -07:00
capnp_cpp.pxd Add _DynamicStructBuilder.to_bytes() and <struct module>.read_from_memory 2013-09-03 14:01:07 -07:00
fixMaybe.h Fix bug in exception handling for which(). Also standardize exceptions 2013-09-03 00:25:32 -07:00
schema_cpp.pxd Add _DynamicStructBuilder.to_bytes() and <struct module>.read_from_memory 2013-09-03 14:01:07 -07:00