pubnub-core 0.1.0

PubNub core crate, modular and composable
Documentation

PubNub Core

Provides the common high-level logic for PubNub clients.

  • Fully async/await ready.
  • Modular, bring your own [Transport] and [Runtime].
  • Multiplexes subscription polling for multiple logical streams over a single transport invocation to optimize kernel network subsystem pressure.

Build your own client, or use preconfigured pubnub-hyper.