layout-dom-api 0.1.0

Profile-neutral DOM trait consumed by serval-layout and other read-only DOM walkers (reader-mode, serialization, selectors).
Documentation
  • Coverage
  • 72.22%
    52 out of 72 items documented0 out of 40 items with examples
  • Size
  • Source code size: 30.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 916.33 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mark-ik/serval
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mark-ik

Profile-neutral DOM trait.

LayoutDom is the ID-first surface that serval-layout (and other read-only DOM walkers — reader-mode, serialization, querySelector helpers) consume. It does not commit to a backing store: serval-static-dom's StaticDocument and a future scripted-DOM provider both implement it.

Design rationale and prior art: see docs/2026-05-16_layout_dom_api_design.md.