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

#1158 in Command-line interface

Download history 1/week @ 2024-12-03 17/week @ 2024-12-10 85/week @ 2025-02-11

85 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

~29–49MB
~769K SLoC