#actix-web #async-await #actix #zstd #default #url #signalr

signalr_rs

SignalR client based on actix web client and async await

11 releases

0.2.6 Jun 7, 2022
0.2.5 Mar 4, 2022
0.2.4 Feb 16, 2022
0.2.2 Jan 29, 2022
0.1.3 Jan 20, 2020

#1589 in Asynchronous

MIT license

22KB
464 lines

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

Dependencies

~29–44MB
~1M SLoC