WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

shellrs/shrs_template

Repository files navigation

{{project-name}}

crates.io docs.rs MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

{{crate_name}} = { version = "0.0.1" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use {{crate_name}}::MyPlugin;

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

About

No description or website provided.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published