Closed
Description
I note #71 Which adds support for no_std
crates, but capnp
still depends on an allocator.
It is desirable to have support for environments that do not have an allocator / are memory constrained such as microcontrollers.
In my application, I am presently using postcard
to provide object de/encoding on both sides of the wire. Among other features, it supports de/encoding messages out of a &[u8]
buffer, thus allowing it to work without alloc.
I am evaluating capnproto to see if it can be a viable replacement for postcard
and gRPC (replacing the latter with capnproto's RPC) as to simplify my software situation.
It appears that capnp
, even in no_std
mode, does not have a mechanism for statically parsing messages.
Metadata
Metadata
Assignees
Labels
No labels