renderreport 0.2.3

Data-driven report generation with Typst as embedded render engine — no CLI dependency
Documentation
1
2
3
4
5
6
//! Rendering functionality

mod request;
pub mod typst_compile;

pub use request::{RenderOutput, RenderRequest};