tagscript 0.1.2

TagScript is a drop in easy to use string interpreter that lets you provide users with ways of customizing their profiles or chat rooms with interactive text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.meval]
version = "0.2.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.thiserror]
version = "1.0.30"

[package]
description = "TagScript is a drop in easy to use string interpreter that lets you provide users with ways of customizing their profiles or chat rooms with interactive text."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tagscript"
readme = "README.md"
repository = "https://github.com/Friskytool/TagScript-rs"
resolver = "2"
version = "0.1.2"