Files
pycapnp/test
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
..
2015-05-04 11:00:25 -07:00
2013-08-29 21:12:39 -07:00
2025-09-06 11:37:18 -07:00
2023-06-12 14:10:13 +02:00
2016-06-17 13:50:26 -07:00
2021-10-01 11:12:21 -07:00
2021-10-01 11:12:21 -07:00
2023-03-12 11:33:41 -07:00
2021-10-01 11:12:21 -07:00
2022-04-06 13:32:52 +10:00