syntax-workout-core 0.2.0

Workout tree algebra — represent any physical workout as a recursive tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "syntax-workout-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Workout tree algebra — represent any physical workout as a recursive tree"
readme = "../../README.md"
documentation = "https://docs.rs/syntax-workout-core"
keywords = ["workout", "fitness", "tree", "exercise", "training"]
categories = ["data-structures", "parser-implementations"]

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
ulid = { workspace = true }
ts-rs = { version = "12", features = ["serde-json-impl"] }