I would like to request the addition of support for socketioxoide in the serde_qs crate. Currently, serde_qs is excellent for deserializing query strings into Rust types, but having native support for socketioxoide could expand its usefulness for real-time web applications.
Use case:
I am working on a project that requires seamless integration between socketioxoide and query string serialization/deserialization. Having this functionality would simplify our workflow significantly.
Possible implementation ideas:
Explore adding compatibility for deserializing socketioxide payloads or query parameters. See https://github.com/totodore/socketioxide for references to implement the extractors.
Consider a feature flag that enables socketioxide support for users who need it.
Thank you for considering this feature! Let me know if you need any additional details.
I would like to request the addition of support for
socketioxoide
in theserde_qs
crate. Currently,serde_qs
is excellent for deserializing query strings into Rust types, but having native support forsocketioxoide
could expand its usefulness for real-time web applications.Use case:
socketioxoide
and query string serialization/deserialization. Having this functionality would simplify our workflow significantly.Possible implementation ideas:
socketioxide
payloads or query parameters. See https://github.com/totodore/socketioxide for references to implement the extractors.socketioxide
support for users who need it.Thank you for considering this feature! Let me know if you need any additional details.
References:
socketioxide