tuffy / bitstream-io

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats
Apache License 2.0
52 stars 20 forks source link

`BitRead::read_in()` addition is a breaking change #22

Open sdroege opened 3 months ago

sdroege commented 3 months ago

In 2.4.0 BitRead::read_in() was added. This is a breaking change as implementations of the trait now need to add these new methods. If default implements were provided this wouldn't be a problem.

sdroege commented 3 months ago

Releasing the GStreamer RTP plugin with a < 2.4.0 dependency for the time being.