Expand description

Exc-core: Abstractions for exchanges (the core part).

Re-exports

pub use self::types::Adaptor;
pub use self::types::Request;
pub use error::ExchangeError;
pub use exchange::service::Exc;
pub use exchange::service::ExcMut;
pub use exchange::Exchange;
pub use exchange::ExchangeLayer;
pub use exchange::ExchangeService;

Modules

Errors.

Exchange.

Transport.

Types.

Utils.