cvt_str 0.1.1

Convert to text use in LLMs
Documentation
[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
features = ["full"]
version = "2.0.94"

[lib]
name = "cvt_str"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Tanakrit Maenphol <thanagrith@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Convert to text use in LLMs"
edition = "2021"
license = "MIT"
name = "cvt_str"
readme = false
version = "0.1.1"