1 2 3 4 5
//! Client implements an Exchange API over the network so that the interface called is the same //! on the network as locally. //! //! Uses reqwest to send requests to server. pub mod uist;