BurntSushi / byteorder

Rust library for reading/writing numbers in big-endian and little-endian.
The Unlicense
984 stars 144 forks source link

Document MSRV #177

Closed vks closed 3 years ago

vks commented 3 years ago

As far as I can see, the MSRV is not documented anywhere. Would it make sense to add it to the README?

vks commented 3 years ago

Thanks!