maud-extensions-runtime 0.2.1

Runtime slot helpers for maud-extensions.
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 10 items with examples
  • Size
  • Source code size: 13.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 53s Average build duration of successful builds.
  • all releases: 37s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • eboody/maud-extensions
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • eboody

Runtime slot helpers for maud-extensions.

This crate owns the lower-level string-based slot transport used by .with_children(...), .in_slot(...), slot(), and named_slot().

Prefer #[derive(ComponentBuilder)] from maud-extensions for new shell and layout components when the content regions can be expressed as typed fields. Use this crate when you genuinely need open caller-owned child markup, or when you are keeping an existing slot-based component.

Support policy:

  • MSRV: Rust 1.85
  • Supported Maud version: 0.27

The runtime keeps slot parsing conservative. Malformed transport markers fail closed and the original HTML is preserved as default slot content instead of being partially consumed.