lf-lang / reactor-uc

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

Support user-supplied serialization #90

Closed erlingrj closed 1 month ago

erlingrj commented 1 month 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.