pyth-lazer-client 21.0.0

A Rust client for Pyth Lazer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
const CHANNEL_CAPACITY: usize = 1000;

pub mod arc_swap;
pub mod backoff;
pub mod history_client;
pub mod merkle_stream_client;
pub mod merkle_ws_connection;
pub mod resilient_merkle_ws_connection;
pub mod resilient_ws_connection;
pub mod router_client;
pub mod stream_client;
pub mod ws_connection;