baseline

Crates.iobaseline
lib.rsbaseline
version0.2.0
sourcesrc
created_at2022-11-18 09:18:07.335292
updated_at2022-11-23 08:34:23.58637
descriptionCommon types and traits for dealing with financial data
homepage
repositoryhttps://github.com/fourbytes/baseline/
max_upload_size
id717800
size10,229
Oscar Rainford (fourbytes)

documentation

README

Baseline

Overview

Baseline is a Rust crate providing common types and traits for dealing with financial data. SmolStr is used where appropriate for more efficient allocation.

The crate is in early stages and the API is not yet stable.

Current types include:

  • struct security::Identifier { mic, symbol }
  • struct currency::Pair { base, quote }
  • trait bar::OHLC + bar::Volume
  • struct OrderBook<O: Order>
  • trait order_book::Order
Commit count: 14

cargo fmt