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

#1610 in Command-line interface

Download history 5/week @ 2025-08-18 1/week @ 2025-08-25 4/week @ 2025-09-01 1/week @ 2025-09-08 1/week @ 2025-10-20

327 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

~30–51MB
~816K SLoC