Docs.rs
img-tool-0.1.0
img-tool 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ahaoboy
Dependencies
anyhow ^1.0
normal
clap ^4
normal
clap_complete ^4
normal
color-eyre ^0.6.2
normal
enum_dispatch ^0.3.12
normal
ico ^0.3.0
normal
resvg ^0.36.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
tiny-skia ^0.11.2
normal
Versions
7.69%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Cmd
img_
tool
0.1.0
Cmd
Required Methods
apply
call
Implementors
In img_
tool::
cmd::
cli
img_tool
::
cmd
::
cli
Trait
Cmd
Copy item path
Source
pub trait Cmd { // Required methods fn
apply
(&self);
fn
call
(&self, config: &
CliConfig
); }
Required Methods
§
Source
fn
apply
(&self)
Source
fn
call
(&self, config: &
CliConfig
)
Implementors
§
Source
§
impl
Cmd
for
SubCommand
Source
§
impl
Cmd
for img_tool::cmd::completion::
Completion
Source
§
impl
Cmd
for
Cvt
Source
§
impl
Cmd
for img_tool::cmd::resize::
Completion