bullet-exchange-interface 0.1.1

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
//! Structures to interface the exchange.

#![allow(clippy::large_enum_variant)]

pub mod address;
pub mod decimals;
pub mod error;
pub mod event;
mod macros;
pub mod message;
#[cfg(feature = "schema")]
pub mod schema;
pub mod string;
pub mod time;
pub mod transaction;
pub mod types;