tuttut 0.1.0

Minimal templating language for prompt engineering
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "name": "tuttut-rs",
  "private": true,
  "version": "0.1.0",
  "scripts": {
    "build": "cargo build",
    "publish": "cargo publish",
    "test": "cargo test"
  }
}