neis_client/
lib.rs

1mod client;
2mod error;
3pub mod types;
4
5pub use client::NeisClient;
6pub use error::Error;