solana/pubsub-client/src/lib.rs

5 lines
88 B
Rust

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