Skip to content

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