mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-16 05:28:04 +00:00
feat: column-aware CSV loading and changelog
- Replaced manual CSV parsing with csv crate, columns now looked up by name - Fixed Rust example path and contract_size - Added CHANGELOG.md for release tracking Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
2252b4cd8c
commit
e79070539d
@@ -10,3 +10,4 @@ crate-type = ["cdylib", "rlib"]
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
pyo3 = { version = "0.28", features = ["extension-module"]}
|
||||
csv = "1"
|
||||
|
||||
Reference in New Issue
Block a user