betex 0.7.5

Betfair / Prediction Market Exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use crate::{
    Engine, EngineBuilder, EngineEvent,
    config::{Config, ThreadPinning},
    book::protocol::*,
    engine::error::EngineError,
    idempotency::{
        BetexCommandFingerprint, DashMapIdempotencyStore, FingerprintPolicy, IdempotencyConfig,
        IdempotencyError, IdempotencyHelper, IdempotencyOutcome, IdempotencyStore,
        ReserveOutcome, DEFAULT_DASHMAP_PRUNE_INTERVAL_SECS, DEFAULT_IDEMPOTENCY_TTL_SECS,
        MIN_DASHMAP_PRUNE_INTERVAL_SECS, fingerprint_command,
    },
    types::*,
};