solana/pubsub-client/src/lib.rs

5 lines
83 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod nonblocking;
pub mod pubsub_client;