Igosuki / signalr-rs

Actix Websocket based implementation of Signalr
MIT License
19 stars 6 forks source link

Need full example building instructions #5

Closed iantr closed 2 years ago

iantr commented 2 years ago

Could you please provide the instructions for building the bittrex.rs example? Does it need a cargo.toml file? Stable or Nightly Rust? Tips on openssl crate(s) used? Platform(s) used for the example instructions?

Thank-you very much in advance.

Igosuki commented 2 years ago

Running examples is documented on the rust website. TLS here should be open SSL by default and work with stable since no compiler features are used. For platforms and architecture there is nothing specific so again check cargo docs