avin_connect 0.4.0

Broker connectors for the 'avin' library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*****************************************************************************
 * URL:         http://avin.info
 * AUTHOR:      Alex Avin
 * E-MAIL:      mr.alexavin@gmail.com
 * LICENSE:     MIT
 ****************************************************************************/

mod api;
mod broker;
mod interceptor;

pub use broker::Tinkoff;