TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.29k stars 272 forks source link

Remove Abomonation for encoding MessageHeader #457

Closed antiguru closed 2 months ago

antiguru commented 2 years ago

While this does not remove the dependency on Abomonation, it ensures that reading and writing MessageHeader structs from the network does not use Abomonation.

Signed-off-by: Moritz Hoffmann antiguru@gmail.com

frankmcsherry commented 1 year ago

This seems like a good idea.

antiguru commented 2 months ago

Yup, easy to back out if it's not what we like it to be.