4 releases

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

#10 in #shrs

Download history 6/week @ 2024-01-01 6/week @ 2024-01-29 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

197 downloads per month

MIT/Apache and LGPL-3.0-only

51KB
848 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.5" }

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

~27–44MB
~697K SLoC