5 releases

0.0.6 Jun 1, 2024
0.0.5 Apr 16, 2024
0.0.4 Feb 2, 2024
0.0.3 Jan 3, 2024
0.0.1 Jun 4, 2023

#13 in #shrs

Download history 29/week @ 2024-02-19 33/week @ 2024-02-26 96/week @ 2024-03-11 28/week @ 2024-04-01 169/week @ 2024-04-15 169/week @ 2024-05-27

169 downloads per month

MIT/Apache and LGPL-3.0-only

49KB
802 lines

shrs_mux

switch command language at runtime

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_mux = { version = "0.0.6" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_mux::MuxPlugin;

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

Dependencies

~28–44MB
~718K SLoC