asynchronics / asynchronix

High-performance asynchronous computation framework for system simulation
Apache License 2.0
170 stars 9 forks source link

Add optional serde feature #18

Closed robamu closed 6 months ago

robamu commented 6 months ago

I think optional serde support for types like the MonotonicTime would be useful. There are probably other types which could profit from this as well.

sbarral commented 6 months ago

Great idea, thanks for the PR! (just merged)

sbarral commented 6 months ago

Oh, I see that the commit did not link the issue, so in case someone looks for it: #19.