bexpand 1.2.2

Bash-style brace expansion
Documentation
[dependencies.itertools]
version = "0.11.0"

[dependencies.nom]
version = "7.1.3"

[lib]
name = "bexpand"
path = "src/lib.rs"

[package]
authors = ["Taylor C. Richberger <taylor@axfive.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "parser-implementations"]
description = "Bash-style brace expansion"
edition = "2021"
keywords = ["parser", "shell", "template", "string"]
license = "MPL-2.0"
name = "bexpand"
readme = "README.md"
repository = "https://forge.axfive.net/Taylor/bexpand"
version = "1.2.2"