px-crypto 0.2.2

Real-time crypto price streaming via WebSocket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# px-crypto

[![Crates.io](https://img.shields.io/crates/v/px-crypto.svg)](https://crates.io/crates/px-crypto)
[![Documentation](https://docs.rs/px-crypto/badge.svg)](https://docs.rs/px-crypto)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Real-time crypto price streaming via WebSocket for OpenPX.

## Overview

`px-crypto` provides real-time cryptocurrency price feeds via WebSocket connections, used for pricing and hedging prediction market positions.

## Installation

```toml
[dependencies]
px-crypto = "0.1"
```