Docs.rs
mod-cli-0.5.0
mod-cli 0.5.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jamesgober
Dependencies
clap ^4.5.4
normal
colored ^2.1.0
normal
colorgrad ^0.6.0
normal
console ^0.15
normal
crossterm ^0.27.0
normal
libloading ^0.7
normal
once_cell ^1.18
normal
rpassword ^7.2.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
terminal_size ^0.1
normal
thiserror ^1.0.56
normal
tokio ^1.0
normal
once_cell ^1.19
dev
tokio ^1.0
dev
Versions
21.18%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
modcli
0.5.0
Command
Source
Required Methods
load_commands
Implementors
In modcli::
loader::
sources
modcli
::
loader
::
sources
Trait
CommandSource
Copy item path
Source
pub trait CommandSource { // Required method fn
load_commands
(&self) ->
Vec
<
Box
<dyn
Command
>>; }
Required Methods
§
Source
fn
load_commands
(&self) ->
Vec
<
Box
<dyn
Command
>>
Implementors
§
Source
§
impl
CommandSource
for
JsonFileSource