rpptx-layout
Presentation layout and placeholder inheritance resolution for PowerPoint-compatible slides.
Use it when
Use this crate when resolving slide, layout, master, theme, and placeholder state into a renderable slide model. Use rpptx for complete deck operations.
Relationship
It sits between rpptx-oxml and rpptx-render and does not own package I/O.
Example
use ;
let media = default;
assert_eq!;
Add rpptx-layout = "0.2.0" to your dependencies. See the resolver API for the resolved-slide contract.