We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some issues, we need to be able to serialize generic bencoded data into a JSON.
We are discussing how to implement it:
The text was updated successfully, but these errors were encountered:
I've implemented the first version of a library to do it:
https://github.com/torrust/bencode2json
The crate has not been published yet; we are still reorganizing the code and collecting feedback.
Sorry, something went wrong.
I've implemented the first version of a library to do it: https://github.com/torrust/bencode2json The crate has not been published yet; we are still reorganizing the code and collecting feedback.
I have just published the new crate bencode2json:
bencode2json
https://crates.io/crates/bencode2json
josecelano
No branches or pull requests
In some issues, we need to be able to serialize generic bencoded data into a JSON.
Issues requiring this feature
Implementation
We are discussing how to implement it:
The text was updated successfully, but these errors were encountered: