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

Don't box trait objects returned from `writer_ref()` and `reader_ref()` #15

Closed sdroege closed 10 months ago

sdroege commented 10 months ago

That's otherwise one unnecessary heap allocation per access.