toon 0.1.2

Token-Oriented Object Notation – a token-efficient JSON alternative for LLM prompts
Documentation
[dependencies.regex]
version = "1.10"

[dependencies.serde_json]
version = "1.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "toon"
path = "src/lib.rs"

[package]
authors = ["Jad Jabbour <jabbourj.87@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "text-processing"]
description = "Token-Oriented Object Notation – a token-efficient JSON alternative for LLM prompts"
edition = "2021"
keywords = ["llm", "json", "serialization", "encoding"]
license = "MIT"
name = "toon"
readme = "README.md"
repository = "https://github.com/JadJabbour/toon-rs"
version = "0.1.2"