You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for now, dap-rs suited only for usage in adapters. I think it would make more sense if the lib is universal.
As I understand, in order to adapt it for use in clients, make all sendable structs serializable and deserializable in both way will be enough. This includes requests, responses and events. Just a couple of derive attributes, right?
The text was updated successfully, but these errors were encountered:
As for now,
dap-rs
suited only for usage in adapters. I think it would make more sense if the lib is universal.As I understand, in order to adapt it for use in clients, make all sendable structs serializable and deserializable in both way will be enough. This includes requests, responses and events. Just a couple of
derive
attributes, right?The text was updated successfully, but these errors were encountered: