Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserialization in other languages #62

Closed
SuperFluffy opened this issue Mar 8, 2016 · 1 comment
Closed

Deserialization in other languages #62

SuperFluffy opened this issue Mar 8, 2016 · 1 comment

Comments

@SuperFluffy
Copy link

@SuperFluffy SuperFluffy commented Mar 8, 2016

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.

@TyOverby
Copy link
Collaborator

@TyOverby TyOverby commented Mar 8, 2016

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.

@TyOverby TyOverby closed this Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.