Crates.io | rsbash |
lib.rs | rsbash |
version | 2.1.0 |
source | src |
created_at | 2023-01-06 17:26:43.956437 |
updated_at | 2023-03-28 07:19:02.072063 |
description | run bash commands from rust. |
homepage | |
repository | https://github.com/TheGratefulDev/rash |
max_upload_size | |
id | 752434 |
size | 39,279 |
rsbash - run bash commands from rust.
Our macros rash! and rashf! allow you to call out to a bash shell, just as you would typically from a terminal. Since this is accomplished by interacting with libc, these macros can only be used on unix-like platforms (Linux, macOS etc).
Check out the docs - https://docs.rs/rsbash
MIT License - Copyright (c) 2023 Luke Elliot