Expand description
Contains HighlighterConfig and CodeToPdf structs
Structs§
- Code
ToPdf - Main struct for generating PDFs. It handles almost the entire process of reading and highlighting code, as well as actually writing it to the PDF
- Document
Subset - Subset of
PdfDocument. Created as some types withinPdfDocumentweren’t sync so it couldn’t be used withrayon - Highlighter
Config - Configuration struct for the highlighter (
syntect)