image-rs/image · Architecture
A static read of how image-rs/image is wired together — module coupling, layering, and circular dependencies — derived from its import graph.
C
Architecture grade
score 68/100
6
Import cycles
lower is better
98
Modules parsed
186 edges
95%
Layeredness
clean-layer ratio
Most-depended-on modules
These are the highest-fan-in files — change them and the blast radius is largest. Read them first.
- src/error.rs36 importers · radius 54
- src/color.rs20 importers · radius 54
- src/io.rs20 importers · radius 30
- src/traits.rs13 importers · radius 54
- src/metadata.rs10 importers · radius 20
- src/math/mod.rs9 importers · radius 55
- src/utils/mod.rs8 importers · radius 15
- src/primitive_sealed.rs5 importers · radius 54
Modules (15)
Source directories grouped from the import graph. Each links to a per-module page with its files and how it couples to the rest.
- src10 files · 109 in-degree · in cycle
- src/io6 files · 11 in-degree
- src/math3 files · 11 in-degree
- src/imageops6 files · 10 in-degree · in cycle
- src/codecs/avif5 files · 7 in-degree
- src/images5 files · 4 in-degree
- src/codecs/pnm5 files · 4 in-degree
- src/codecs/hdr3 files · 4 in-degree · in cycle
- src/codecs/tga4 files · 3 in-degree
- src/codecs/bmp3 files · 3 in-degree
- src/codecs6 files · 2 in-degree
- fuzz-afl/reproducers3 files · 2 in-degree
- src/codecs/ico3 files · 2 in-degree
- src/codecs/jpeg3 files · 2 in-degree
- src/codecs/webp3 files · 2 in-degree
Circular dependencies (6)
- src/color.rs to src/traits.rs to src/color.rs
- src/error.rs to src/color.rs to src/traits.rs to src/primitive_sealed.rs to src/imageops/fast_blur.rs to src/imageops/filter_1d.rs to src/error.rs
- src/primitive_sealed.rs to src/imageops/fast_blur.rs to src/primitive_sealed.rs
- src/traits.rs to src/metadata/cicp.rs to src/traits.rs
- src/codecs/hdr/encoder.rs to src/codecs/hdr/mod.rs to src/codecs/hdr/encoder.rs
- src/imageops/mod.rs to src/imageops/sample.rs to src/imageops/mod.rs
Ask AI about image-rs/image
Grounded in the actual source code. Pick a starter question or write your own.
What does this repo do, in one paragraph?How would I get started using it?What are the main alternatives?Show me the entry point.
Or write your own questionInformational only. RepoPilot summarises public signals at the time of analysis; they can be incomplete or stale. Not professional, security, or legal advice.