laser-pdf 0.5.0

A Rust library for programmatic PDF generation with precise, predictable layout control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/elements/page.rs
expression: output
---
ElementTestOutput {
    size: ElementSize {
        width: Some(
            10.0,
        ),
        height: Some(
            20.0,
        ),
    },
    breakable: None,
}