Any interest in a quadrature decoder library?

I created a simple example of doing quadrature decoding quickly using an Arduino Nano. This was mostly to offload the quadrature decoding off of the main Arduino I was using and allow querying the quadrature counts over i2c.

See GitHub - jpswensen/ArduinoNanoQuadratureDecoderI2C: This implements a fast quadrature decoder using interrupt on change pins and can respond to i2c request to supply the current count.

If this is something of interest to the community, I will take the time to format it into an actual package, but wanted to probe the waters before I spend time doing it.