signalr_rs 0.2.6

SignalR client based on actix web client and async await
Documentation

Required

Rust 2018

Cargo Features

  • no_trace_release : disable trace logs in release, useful if there is sensitive information in the URL
  • zstd : zstd compression for actix

defaults : zstd

Purpose

Signalr actor client for actix and rust, using futures 0.3 async/await

bittrex example

There is a bittrex example which provides a basic example of using the actor