rustio rustio.net
46

tauri-runtime-servocat

v3.32.0 Experimental

Servo-replacement runtime for Tauri: wires html-cat, css-cat, dom-cat, layout-cat, paint-cat, net-cat, boa-cat, ecma-runtime-cat, and web-api-cat into a single rendering + scripting pipeline. v3.32.0 lights up the image pipeline that v0.7.20's accessor pack was set up for: `render_with_inline_assets` walks the DOM for `<img>` elements with `data:image/png;base64,...` src attributes, decodes each (via the `png` crate + base64 decode), and attaches a `NodeId -> DecodedImage` map to the Frame. The tiny-skia rasterizer walks the layout tree, finds each `<img>` box, and stamps the decoded pixels (premultiplied on copy, bilinear scaling to the box rect). File-path and HTTP image sources are silently skipped for now -- follow-ups will add filesystem and net-cat fetch paths. Seventh sub-crate of a Servo-replacement webview runtime targeting Tauri.

MIT OR Apache-2.0 Edition 2024
GUIRendering #runtime#browser#servo#tauri#type-driven

Quick Verdict

  • โœ“Actively maintained (updated 28d ago)
  • !Heavy dependency tree (25 direct deps)
  • โœ“Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
812
Dependents
0
Releases
52
Size
128KB

Deep Insights

๐Ÿ“‰
Download decline

269 downloads in the last 30 days, down 50% from the previous period. May indicate migration to alternatives.

๐Ÿ‘ค
Prolific maintainer

The primary maintainer publishes 104 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

๐Ÿ“ฆ
Heavy dependency tree

25 direct dependencies. Consider the impact on compile times and supply chain complexity.

Health Breakdown

Maintenance 17/25

Recency, release consistency, active ratio

Quality 13/25

Yanked ratio, deps, size, maturity, features

Community 6/20

Reverse deps, ownership, ecosystem

Popularity 3/15

Downloads, momentum, growth trend

Documentation 7/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
0/day avg
04/265/146/16/197/77/24

Version Adoption

v3.32.0
23%
v3.25.0
22%
v3.28.0
20%
v3.29.0
18%
v3.23.0
17%

Release Timeline

10 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
10
Less
More

README

Loading README...

Maintainers

Dependencies
25
direct dependencies
Dependents
0
crates depend on tauri-runtime-servocat

Similar Crates