pubnub / rust

PubNub Rust SDK.
Other
28 stars 8 forks source link

Add subscribe request #159

Closed parfeon closed 11 months ago

parfeon commented 1 year ago

feat(ee): add subscribe request

Add the ability to construct and exec subscribe request with the following response parsing.

feat(ee): add custom object deserialize for subscribe response

Add the ability to specify custom types which should be deserialized from subscribe response.