seismic_rpc_api/
lib.rs

1//! This crate provides the seismic rpc api implementation.
2
3/// Error types for the seismic rpc api
4pub mod error;
5/// The seismic rpc api implementation
6pub mod rpc;
7/// Utils for testing the seismic rpc api
8pub mod utils;