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
14 stars 2 forks source link

Deserialize raw byte arrays (packets) into workable datatypes #7

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Converts byte arrays into rust datatypes in a way which is very similar to the way py-ipv8 does it.