samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
194 stars 68 forks source link

Add Support for socketioxide #109

Open javihc-uc3m opened 1 month ago

javihc-uc3m commented 1 month ago

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:

Possible implementation ideas:

Thank you for considering this feature! Let me know if you need any additional details.

References: