bash-strings 0.1.0

Parse and emit bash's own quoted value forms: @Q words, array literals, declare -p bodies, and a word lexer over bash quoting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bash-strings"
version = "0.1.0"
edition = "2024"
description = "Parse and emit bash's own quoted value forms: @Q words, array literals, declare -p bodies, and a word lexer over bash quoting."
license = "MIT"
readme = "README.md"
repository = "https://github.com/bashmgmt/bash-strings"
keywords = ["bash", "shell", "quoting", "parser", "serialization"]
categories = ["parser-implementations", "encoding", "command-line-interface"]

[dependencies]
indexmap = "2"