kunquant_rs 0.1.1

Rust bindings for KunQuant financial factor computation library
Documentation
[build-dependencies.cc]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.ndarray]
version = "0.15"

[dev-dependencies.rand]
version = "0.8"

[[example]]
name = "alpha001_example"
path = "examples/alpha001_example.rs"

[[example]]
name = "simple_example"
path = "examples/simple_example.rs"

[[example]]
name = "streaming_example"
path = "examples/streaming_example.rs"

[lib]
name = "kunquant_rs"
path = "src/lib.rs"

[package]
authors = ["ZhaorongDai"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings"]
description = "Rust bindings for KunQuant financial factor computation library"
edition = "2024"
keywords = ["finance", "quant", "trading", "factors", "rust"]
license = "MIT"
name = "kunquant_rs"
readme = "README.md"
repository = "https://github.com/ZhaorongDai/KunQuant_rust_api"
version = "0.1.1"

[[test]]
name = "alpha001_test"
path = "tests/alpha001_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "ndarray_test"
path = "tests/ndarray_test.rs"

[[test]]
name = "stream_debug_test"
path = "tests/stream_debug_test.rs"