🔖 zvariant_utils 3.1.0
·
115 commits
to main
since this release
- ⬇️ Lower MSRV to 1.77.
- ⚡️ Add Signature::to_string(). This produces the same output as the
ToString::to_string
,
except it preallocates the required memory and hence avoids reallocations and moving of data. - ✅ Test Signature::string_len.
- ⚡️ Signature::string_len() now const.
- ⚡️ signature::Fields::len() now const.
- ✨ Add signature::Child::string_len() method.
- ⚡️ signature::Child::signature now const.