lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Support user-supplied serialization #90

Closed erlingrj closed 6 days ago

erlingrj commented 1 week ago

We want to allow users to supply their own serialization functions for each connection, if nothing is specified, then we just memcpy the raw bytes.