bullet-exchange-interface 0.2.0

Type definitions and message formats for the Bullet exchange protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bullet-exchange-interface

[![Crates.io](https://img.shields.io/crates/v/bullet-exchange-interface.svg)](https://crates.io/crates/bullet-exchange-interface)
[![Documentation](https://docs.rs/bullet-exchange-interface/badge.svg)](https://docs.rs/bullet-exchange-interface)
[![License: MIT](https://img.shields.io/crates/l/bullet-exchange-interface.svg)](LICENSE)

Type definitions and message formats for the Bullet exchange protocol. Provides the canonical Rust representation of orders, events, transactions, and other on-the-wire structures shared between the exchange and its clients.

## Install

```sh
cargo add bullet-exchange-interface
```

## License

MIT