hyperliquid 0.2.4

A Rust library for the Hyperliquid API
Documentation
## Examples

- [x] Info

- [x] Exchange

- [x] Websocket

## Usage

```bash
cargo run --release --example info
```

```bash
cargo run --release --example exchange
```

```bash
cargo run --release --example ws_all_mids
```