chore: bump deps, add #[must_use], and unify transform dispatch#133
chore: bump deps, add #[must_use], and unify transform dispatch#133
Conversation
…r routing duplication (close #115)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThis PR consolidates SVG and raster transformation dispatch into a single unified Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
#[must_use]to key public types (Dimensions,Artifact) and functions (sniff_artifact,transform_raster,transform_svg) (closes Add #[must_use] to key public types and functions #130)codecs::transform()dispatch to eliminate SVG/raster routing duplication across CLI, WASM, and server adapters (closes Introduce unified transform dispatch to eliminate SVG/raster routing duplication #115)Test plan
cargo fmt --checkpassescargo clippy --all-features -- -D warningspassescargo test --all-featurespassesSummary by CodeRabbit
Bug Fixes
Refactor