Awesome
shrs_sound
<div align="center"> <strong>Sound plugin for shrs</strong> </div>This crate provides a plugin for playing sounds within hooks in the shrs
framework. Users can easily integrate sound playback functionality into their shell.
Usage
See examples for hook examples and how to register.
Installation
Add this crate as a dependency in your Cargo.toml
:
[dependencies]
shrs-sound-plugin = "0.1"