Adamiomn
Results
1
issues of
Adamiomn
`PdfDocument` in `lib.rs` has a method `with_pages` that states > /// Replaces `document.pages` with the new pages However, the implementation uses `append` ```rust pub fn with_pages(&mut self, pages: Vec) ->...