fschutt / printpdf

An easy-to-use library for writing PDF in Rust
https://docs.rs/printpdf/
MIT License
777 stars 95 forks source link

SvgParseError doesn't implement std::error::Error #106

Closed cyphar closed 2 years ago

cyphar commented 2 years ago

Making the error implement std::error::Error will make it easier to use printpdf within a program that uses thiserror or similar error handling libraries.