Summary
We're pleased to announce reclass-rs v0.9.0. Apart from some dependency updates, this release provides a new Python method buildinfo()
that allows users of the Python module to query the Rust compiler version used to build the library in an architecture-independent fashion.
Changes
4 changes since v0.8.0
🚀 Features
- Add
buildinfo()
Python method (#172)