Files
pycapnp/capnp
Yevhenii Kizim 144acbea7a Add structure-free read_multiple_bytes_packed
Motivation: A server sends data packages that consist of multiple
serialized capnproto messages of different structures. Every message is
guaranteed to have the same first field, which works as a message header
containing information about the message structure type.
The scheme comprises the `UnknownMessage` structure that allows parsing
the header only.

Solution: provide a public interface that iterates buffer with
AnyPointer readers to cast a message to `UnknownMessage` first and then
to a specific structure type.
2025-09-06 19:14:58 -07:00
..
2025-05-12 15:54:19 -07:00
2013-12-08 17:27:59 -08:00
2024-04-11 19:01:59 -07:00
2021-10-01 11:12:21 -07:00