yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

Add more type hints to Buffer class #434

Closed yob closed 2 years ago

yob commented 2 years ago

This is most of what's required to enable typed: strict. The only thing blocking that is types for the constants, which I'm not sure how to do via RBI files just yet