toolpath-md 0.2.0

Render Toolpath documents as Markdown for LLM consumption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "toolpath-md"
version = "0.2.0"
edition.workspace = true
license.workspace = true
repository = "https://github.com/empathic/toolpath"
description = "Render Toolpath documents as Markdown for LLM consumption"
keywords = ["markdown", "provenance", "toolpath", "llm", "rendering"]
categories = ["development-tools", "text-processing"]

[dependencies]
serde_json = { workspace = true }
toolpath = { workspace = true }

[dev-dependencies]