mkt-core 0.1.0

Core traits, errors, and configuration for the mkt exchange client ecosystem.
Documentation
1
2
3
4
5
6
7
8
# mkt-core

`mkt-core` contains the capability traits, configuration, error types, and
handle abstraction used by `mkt` and the exchange adapters.

This crate is intended for applications or adapters that need the shared
exchange-facing interfaces without pulling in any specific exchange
implementation.