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
tokio_serde::formats
hi, Can't seem to be able to use it my code.
I did import tokio-serde = "0.8.0" in my dependencies, maybe I'm missing something ?
Though when i put use tokio_serde::SymmetricallyFramed in code for example it does recognize it.
The text was updated successfully, but these errors were encountered:
I'm having the same issue.
Sorry, something went wrong.
tokio_serde::formats is only available if one of the features json, bincode, messagepack, or cbor is activated. See https://doc.rust-lang.org/cargo/reference/features.html
json
bincode
messagepack
cbor
No branches or pull requests
hi,
Can't seem to be able to use it my code.
I did import tokio-serde = "0.8.0" in my dependencies, maybe I'm missing something ?
Though when i put use tokio_serde::SymmetricallyFramed in code for example it does recognize it.
The text was updated successfully, but these errors were encountered: