Crate husk

Source
Expand description

This crate provides bindings to the mvdan.cc/sh Golang library.

§Note

As this library is a wrapper around a Golang library, you’ll need the Go toolchain installed on your system in order to build it.

Modules§

shell
Higher-level abstractions to the syntax, expand, and interp modules.
syntax
Parsing and formatting of shell programs. Supports POSIX Shell, Bash, and mksh.
util
Various helper utilities.