第六版

This commit is contained in:
YuWuKunCheng
2026-05-26 23:23:12 +08:00
parent a67540fc95
commit b34bf88ae9
631 changed files with 45031 additions and 77 deletions
+10
View File
@@ -2,6 +2,16 @@
name = "chanlun"
version = "26.5.1"
edition = "2021"
rust-version = "1.70"
license = "MIT"
description = "基于缠论(缠中说禅)理论的量化技术分析核心库,支持流式数据处理和多周期联立分析。"
readme = "README.md"
repository = "https://github.com/YuYuKunKun/chanlun.rs"
keywords = ["trading", "finance", "technical-analysis", "quant", "chanlun"]
categories = ["algorithms", "finance", "science"]
homepage = "https://github.com/YuYuKunKun/chanlun.rs"
documentation = "https://docs.rs/chanlun/"
authors = ["YuYuKunKun"]
[dependencies]
serde = { version = "1", features = ["derive"] }