cmdexpand 0.2.2

This crate performs batch-like expansions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cmdexpand"
version = "0.2.2"
edition = "2021"
authors = ["Nguyen Duc Toan <ntoan96@gmail.com>"]
description = "This crate performs batch-like expansions"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ndtoan96/cmdexpand"
keywords = ["variables", "string", "shell", "batch", "cmd"]
categories = ["template-engine"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nom = "^7"
thiserror = "^1"