https://github.com/adjivas/env
Environement Module interpreter
https://github.com/adjivas/env
Last synced: 10 months ago
JSON representation
Environement Module interpreter
- Host: GitHub
- URL: https://github.com/adjivas/env
- Owner: adjivas
- License: gpl-3.0
- Created: 2015-04-23T12:29:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T00:18:09.000Z (about 11 years ago)
- Last Synced: 2025-07-27T12:41:21.290Z (11 months ago)
- Language: Rust
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Environement
============
[](https://travis-ci.org/adjivas/env)
[](https://www.gnu.org/copyleft/gpl.html)
This librairy is a systen's project for adds, sets or deletes variable's environement -env-.
#### Example:
```shell
$ cargo run
!env
...
```
#### Directory-Tree:
```shell
.
|_ Cargo.toml
|_ LICENSE
|_ README.md
\_ src
|_ bin.rs
\_ lib.rs
```
# License
*env*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/env/blob/master/LICENSE).