Docs.rs
dev-kit-0.1.11
dev-kit 0.1.11
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wenhaozhao
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4.5
normal
dateparser ^0.2
normal
derive_more ^2.1
normal
env_logger ^0.11
normal
futures ^0.3
normal
image ^0.25
normal
itertools ^0.14
normal
jsonpath-rust ^1.0
normal
lazy_static ^1.5
normal
log ^0.4
normal
percent-encoding ^2.3
normal
qrcode ^0.14
normal
regex ^1.12
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7
normal
strum ^0.27
normal
tokio ^1.49
normal
url ^2.5
normal
uuid ^1.19
normal
which ^8.0.0
normal
tempfile ^3.24
dev
anyhow ^1.0
build
Versions
1.24%
of the crate is documented
Platform
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
Command
dev_kit
0.1.11
Command
Required Methods
run
Implementors
In dev_
kit::
command
dev_kit
::
command
Trait
Command
Copy item path
Source
pub trait Command { // Required method fn
run
(&self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
run
(&self) ->
Result
<
()
>
Implementors
§
Source
§
impl
Command
for
Base64Command
Source
§
impl
Command
for
Commands
Source
§
impl
Command
for
JsonCommand
Source
§
impl
Command
for
TimeCommand
Source
§
impl
Command
for
UriCommand
Source
§
impl
Command
for
QrCodeArgs