yash-env 0.4.1

Yash shell execution environment interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Yash-env

`yash-env` is a Rust library crate that defines the shell execution environment
and provides logic for manipulating it.
This crate is part of [yash](../README.md).

[![yash-env at crates.io](https://img.shields.io/crates/v/yash-env.svg)](https://crates.io/crates/yash-env)
[![yash-env at docs.rs](https://docs.rs/yash-env/badge.svg)](https://docs.rs/yash-env)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog]CHANGELOG.md

## License

This crate is distributed under [GPLv3](LICENSE-GPL).