tstring-syntax 0.2.1

Shared syntax and diagnostics primitives for t-string structured data backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tstring-syntax"
description = "Shared syntax and diagnostics primitives for t-string structured data backends"
edition.workspace = true
documentation = "https://docs.rs/tstring-syntax"
exclude = [".DS_Store", "**/.DS_Store", "**/__pycache__"]
homepage.workspace = true
keywords = ["pep750", "tstring", "syntax", "template-strings", "parser"]
license.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
categories = ["parser-implementations", "text-processing"]

[dependencies]
num-bigint.workspace = true