messense / mupdf-rs

Rust binding to mupdf
GNU Affero General Public License v3.0
96 stars 21 forks source link

Clone trait implemented for Page struct #88

Closed monoamine11231 closed 2 months ago

monoamine11231 commented 2 months ago

Clone trait was implemented for Page struct in src/page.rs using fz_keep_page method which increment's MuPDF's internal reference count for the target page.

No major changes were made. All tests are passing.

Have a great day!