// TODO: Currently all doc tests aren't being ran and theres no real tests.
// this is due to us needing a mock json rpc 2.0 *server* that all tests can send to
// and use for testing purposes that can be ran easily locally.
pub use Client;
pub use ClientConfig;
pub use *;
pub use *;
// Re-export StreamExt because it's needed in subscription streams
pub use StreamExt;
// and WebSocketConfig since its use in the ClientConfig
pub use WebSocketConfig;