kubera 0.0.2

Trade-Exchange Engine Library for Cryptocurrencies market written in Rust.
Documentation
1
2
3
4
5
6
7
8
//!
#![doc = include_str!("../README.md")]
//!
pub mod assets;
pub mod accounts;
pub mod orders;
pub mod matcher;
pub mod storage;