sa3p-parser 0.1.3

Streaming XML-style parser for SA3P operator commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sa3p-parser"
description = "Streaming XML-style parser for SA3P operator commands."
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
homepage.workspace = true
repository.workspace = true
readme = "README.md"
documentation = "https://docs.rs/sa3p-parser"
keywords = ["llm", "xml", "parser", "tools", "sa3p"]
categories = ["parser-implementations", "text-processing"]

[dependencies]
thiserror.workspace = true