rsbash

Crates.iorsbash
lib.rsrsbash
version2.1.0
sourcesrc
created_at2023-01-06 17:26:43.956437
updated_at2023-03-28 07:19:02.072063
descriptionrun bash commands from rust.
homepage
repositoryhttps://github.com/TheGratefulDev/rash
max_upload_size
id752434
size39,279
(ljelliot)

documentation

README

rsbash

GitHub issues Cargo Downloads Cargo Latest version

About

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).

Documentation

Check out the docs - https://docs.rs/rsbash

License

MIT License - Copyright (c) 2023 Luke Elliot

Commit count: 108

cargo fmt