rust-types 0.1.0

A comprehensive model library for financial products (securities, prices, transactions, etc). Protobuf used for serialization, with language-specific implementations
Documentation
1
2
3
4
5
6
7
8
// #[macro_export]
// macro_rules! include_proto {
//     ($package: tt) => {
//         include!(concat!("ledger_models", concat!("/", $package, ".rs")));
//     };
// 

pub mod ledger_models;