mupdf-rs icon indicating copy to clipboard operation
mupdf-rs copied to clipboard

Refactor PdfObject to Rust enum?

Open messense opened this issue 5 years ago • 1 comments

For example:

https://github.com/heyLu/rust-mupdf/blob/8ced6e881b34b46cc538aa3e5cf2f040ee516a3d/src/pdf.rs#L56-L139

messense avatar Feb 02 '20 12:02 messense

This would be great. Specially if there was some way to iterate the array/dict with a more Rust-y interface, instead of with get_dict_key and similars.

marioortizmanero avatar Apr 16 '21 12:04 marioortizmanero