| Crates.io | qshell |
| lib.rs | qshell |
| version | 0.1.1 |
| created_at | 2024-02-13 20:08:54.745698+00 |
| updated_at | 2024-02-13 22:38:47.459578+00 |
| description | Macro for easily running commands |
| homepage | |
| repository | https://github.com/adsnaider/sh |
| max_upload_size | |
| id | 1138878 |
| size | 2,843 |
qshell: Command-running macrosh is a macro for running external commands. It provides functionality to
pipe the input and output to variables as well as using rust expressions
as arguments to the program.