pine-core 0.1.0

Core types shared across the Pine Script toolchain: bars, symbols, timeframes, and versions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "pine-core"
version.workspace = true
edition = "2021"
description = "Core types shared across the Pine Script toolchain: bars, symbols, timeframes, and versions."
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
thiserror = { workspace = true }