nt-utils 1.0.0

Utility functions and helpers for Neural Trader trading platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nt-utils"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Utility functions and helpers for Neural Trader trading platform"
documentation = "https://docs.rs/nt-utils"
readme = "README.md"
keywords = ["trading", "utilities", "finance", "helpers", "rust"]
categories = ["finance", "algorithms"]

[dependencies]
nt-core = { version = "1.0.0", path = "../core" }