Docs.rs
image-optimizer-1.3.0
image-optimizer 1.3.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nixuuu
Dependencies
anyhow ^1.0
normal
clap ^4.0
normal
image ^0.25
normal
indicatif ^0.18
normal
mozjpeg ^0.10.13
normal
oxipng ^9.0
normal
rayon ^1.11
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
walkdir ^2.3
normal
webp ^0.3
normal
Versions
37.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Files
image_optimizer/
lib.rs
1
pub mod
cli;
2
pub mod
file_ops;
3
pub mod
optimization;
4
pub mod
updater;