rishu 0.0.0

a shell like syntax for scripting in rust!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rishu"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["ArshiA Akhavan <letmemakenewone@gmail.com>"]
description = "a shell like syntax for scripting in rust!"
keywords = ["script", "shell", "bash", "sh"]
categories = []
repository = "https://github.com/ArshiAAkhavan/rishu"

[dependencies]