signalr_rs

Crates.iosignalr_rs
lib.rssignalr_rs
version0.2.6
sourcesrc
created_at2020-01-10 19:39:48.652524
updated_at2022-06-07 07:57:10.722002
descriptionSignalR client based on actix web client and async await
homepagehttps://github.com/Igosuki/signalr-rs
repositoryhttps://github.com/Igosuki/signalr-rs
max_upload_size
id197293
size70,623
Guillaume Balaine (Igosuki)

documentation

README

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

Commit count: 54

cargo fmt