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

#12 in #shrs

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

~29–44MB
~742K SLoC