brace-expand 0.1.0

Rust crate which performs brace expansion of strings, as in shells like Bash etc.
Documentation
[dependencies]

[package]
authors = ["Christian Tamblyn <ctamblyn76@gmail.com>"]
categories = ["algorithms"]
description = "Rust crate which performs brace expansion of strings, as in shells like Bash etc."
documentation = "https://docs.rs/brace-expand"
edition = "2018"
keywords = ["shell", "brace", "expansion"]
license = "MIT"
name = "brace-expand"
repository = "https://github.com/ctamblyn/brace-expand"
version = "0.1.0"