nash-native-client 0.3.0

native rust client for interacting with nash exchange via websockets
Documentation
1
2
3
4
5
6
7
8
//! A client that supports the Nash protocol over websockets

mod absinthe;
mod client;
pub mod stream;

pub use client::Client;
pub(crate) use client::InnerClient;