anowell / wkhtmltopdf-rs

High-level Rust bindings for wkhtmltopdf
MIT License
75 stars 12 forks source link

code now matches docs and ensures only one builder is active at a time #19

Open craigmayhew opened 1 year ago

craigmayhew commented 1 year ago

As discovered by @cyqsimon in #17 there a mismatch between the documentation and code in that the builders are not using mut. This PR introduces mut to match the documentation. This PR still needs a test to prove or disprove if the documentation is in fact correct.