solana/rpc-client-api/src/lib.rs

14 lines
240 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod client_error;
pub mod config;
pub mod custom_error;
pub mod deprecated_config;
pub mod error_object;
pub mod filter;
pub mod request;
pub mod response;
#[macro_use]
extern crate serde_derive;