Async client for the Kite Connect WebSocket API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add a README

+26
+26
README.md
··· 1 + # kiteticker-async 2 + 3 + Async client for the [Kite Connect WebSocket API](https://kite.trade/docs/connect/v3/websocket/#websocket-streaming). 4 + 5 + [![Crates.io][crates-badge]][crates-url] 6 + [![Apache-2.0 Licensed][apache-2-0-badge]][apache-2-0-url] 7 + 8 + [crates-badge]: https://img.shields.io/crates/v/kiteticker-async.svg 9 + [crates-url]: https://crates.io/crates/kiteticker-async 10 + [apache-2-0-badge]: https://img.shields.io/badge/license-apache-blue.svg 11 + [apache-2-0-url]: https://github.com/kaychaks/kiteticker-async/blob/master/LICENSE 12 + 13 + [Guide](https://kite.trade/docs/connect/v3/websocket/#websocket-streaming) | 14 + [API Docs](https://docs.rs/kiteticker-async/latest/kiteticker-async) |' 15 + 16 + ## Overview 17 + 18 + _TODO_ 19 + 20 + ## Example 21 + 22 + _TODO_ 23 + 24 + ## Contributing 25 + 26 + _TODO_