ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
13 stars 2 forks source link

New serialization #16

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Rust-ipv8 now uses serde for serializing and deserializing. This wasn't an easy task due to the dynamicness of py-ipv8 but as far as i have tested, it now has the same functionality as the python version (without any copying!).