pubnub 0.7.0

PubNub SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
# Contract tests for PubNub SDK

This directory contains tests for `pubnub` crate.

All tests can be executed with:

```shell
cargo test --features contract_test --test contract_test
```