Registry / cli / shrs
library0.0.6rscratesunverified

Modular library to build your own shell in Rust.

# Cargo.toml [dependencies] shrs = "0.0.6"
INSTALL
IMPORT
SIG · SHRS
S
shrs
clirustv0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shell
use shrs::prelude::*;

Create and run a minimal shell.

use shrs::prelude::*; fn main() { let mut shell = ShellBuilder::default() .build() .unwrap(); shell.run(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Amazon
1
Resources
shrs — cargo add shrs · libregistry