trade_aggregation 8.0.0

Aggregate raw trades into candles using different methods
Documentation
[[bench]]
harness = false
name = "candle_aggregation"
[dependencies.csv]
version = "^1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1"

[dependencies.thiserror]
version = "^1"

[dependencies.trade_aggregation_derive]
version = "0.3.2"
[dev-dependencies.criterion]
version = "^0.3"

[dev-dependencies.plotters]
version = "^0.3"

[dev-dependencies.round]
version = "^0.1"

[features]
serde = ["dep:serde"]

[package]
authors = ["MathisWellmann <wellmannmathis@gmail.com>"]
categories = ["algorithms"]
description = "Aggregate raw trades into candles using different methods"
edition = "2021"
exclude = ["/img", "/.idea"]
keywords = ["trading", "candles"]
license-file = "LICENSE"
name = "trade_aggregation"
readme = "README.md"
repository = "https://github.com/MathisWellmann/trade_aggregation-rs"
version = "8.0.0"