bexpand 1.1.2

Bash-style brace expansion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.itertools]
version = "0.11.0"

[dependencies.nom]
version = "7.1.3"

[package]
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
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://github.com/Taywee/bexpand"
version = "1.1.2"