Skip to content

feat: add utility functions for simplified type conversions #33

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

Merged
merged 2 commits into from
Feb 22, 2025

Conversation

hashemix
Copy link
Member

📌 Summary

Several new utility functions have been added to simplify the conversion between different types, reducing boilerplate and minimizing the code required to construct various types and structures.

  • Functions to extract the underlying message from ClientMessage and ServerMessage:

    • as_response()
    • as_request()
    • as_notification()
    • as_error()
  • Implemented the TryFrom trait for various types to simplify the construction of :

    • ClientRequest
    • ClientNotification
    • ClientResult
    • ServerRequest
    • ServerNotification
    • ServerResult.

@hashemix hashemix self-assigned this Feb 22, 2025
@hashemix hashemix changed the title feat: add new utility functions to convert types feat: add utility functions for simplified type conversions Feb 22, 2025
@hashemix hashemix merged commit 7447800 into main Feb 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant