rust-types

Crates.iorust-types
lib.rsrust-types
version0.1.0
sourcesrc
created_at2022-12-02 01:53:26.149894
updated_at2022-12-02 01:53:26.149894
descriptionA comprehensive model library for financial products (securities, prices, transactions, etc). Protobuf used for serialization, with language-specific implementations
homepage
repositoryhttps://github.com/fintekkers/ledger-models
max_upload_size
id728055
size46,478
David Doherty (dado0583)

documentation

README

Rust Types Derived from Proto Files

Building

from within /rust-type run ```make rust-types``

this will run copy_proto_defs.sh to temporarily pull the proto files into the directory (this is necessary for the rust proto library to play nicely) and then run cargo build to build the types. They will be auto-exported under the mod ledger_models

Commit count: 436

cargo fmt