elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
217 stars 12 forks source link

refactor(core): dump AnyMessage as a struct #119

Closed GoldsteinE closed 7 months ago

GoldsteinE commented 8 months ago

Any other serialization mode still uses a tuple representation for compactness. Using struct in the dumping mode makes it more readable.