Docs.rs
nedots-0.1.7
nedots 0.1.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aidenlangley
Dependencies
anyhow ^1.0.66
normal
chrono ^0.4.23
normal
clap ^4.0.24
normal
clap-verbosity-flag ^2.0.0
normal
clap_complete ^4.0.5
normal
console ^0.15.2
normal
dialoguer ^0.10.2
normal
directories ^4.0.1
normal
env_logger ^0.9.3
normal
indicatif ^0.17.2
normal
log ^0.4.17
normal
serde ^1.0.147
normal
serde_yaml ^0.9.14
normal
thiserror ^1.0.37
normal
trash ^3.0.0
normal
users ^0.11.0
normal
Versions
46.67%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate nedots
nedots
0.1.7
All Items
Crate Items
Structs
Traits
Crate
nedots
Copy item path
Source
Structs
§
RootCmd
Traits
§
Basic
Command
Marker trait.
Execute
Execute
With
Implementors will ‘Execute’ - they will run some code with the intent of notifying the user during or after runtime.
Initialize
Implementors will take steps to
Initialize
before runtime. They return
T
and
V
is passed to
init
and is required for valid
Initialization
.
Run
Implementors will
Run
. Shares similarities with
Execute
, but differs because
exec
is typically called to
run
implementor so that the logical scope of
Run
is constrained to its bare necessities.
RunWith