cmdexpand 0.3.0

This crate performs batch-like expansions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.nom]
version = "^7"

[dependencies.thiserror]
version = "^1"

[package]
authors = ["Nguyen Duc Toan <ntoan96@gmail.com>"]
categories = ["template-engine"]
description = "This crate performs batch-like expansions"
edition = "2021"
keywords = ["variables", "string", "shell", "batch", "cmd"]
license-file = "LICENSE"
name = "cmdexpand"
readme = "README.md"
repository = "https://github.com/ndtoan96/cmdexpand"
version = "0.3.0"