Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeserialization in other languages #62
Closed
Comments
|
No, cooperating with other languages is a non-goal of Bincode. Bincode is only for Rust->Rust communication and state serialization. For your use-case I would highly recommend cap'n proto. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will this library be suitable serialization in rust, and then deserialization in another language? The use case I have in mind is running expensive numerical simulations in rust, saving the result using e.g. bincode, and then performing some data analysis in python.