atilaneves / cerealed

Powerful binary serialisation library for D
BSD 3-Clause "New" or "Revised" License
92 stars 3 forks source link

Can cerealed be serde for D? #26

Closed zoujiaqing closed 1 year ago

zoujiaqing commented 1 year ago

serde is serialization framework for Rust.

https://github.com/serde-rs/serde

atilaneves commented 1 year ago

Probably not. My focus was on implementing networking protocols.