tinkoff-bank 0.1.0

Some parts of API used by Tinkoff mobile app
Documentation
mod client;
mod data_structs;

pub use client::Client;
pub use data_structs::{
    AccessLevel, Account, Currency, MoneyAmount, Nothing, Operation, OperationGroup, OperationType,
    ResponsePayload, ResultCode, Session, UserInfo,
};