2 releases

0.0.5 Apr 16, 2024
0.0.4 Feb 2, 2024

#859 in Command-line interface

Download history 4/week @ 2024-02-14 9/week @ 2024-02-21 12/week @ 2024-02-28 3/week @ 2024-03-06 61/week @ 2024-03-13 4/week @ 2024-03-27 5/week @ 2024-04-03 132/week @ 2024-04-10 37/week @ 2024-04-17

178 downloads per month

MIT/Apache

39KB
125 lines

shrs_rhai

run rhai scripts for shrs

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_rhai = { version = "0.0.5" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_rhai::RhaiPlugin;

let myshell = ShellBuilder::default()
    .with_plugin(RhaiPlugin)
    .build()
    .unwrap();

Dependencies

~18–35MB
~505K SLoC