Skip to content

🔖 zvariant_utils 3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 15:54
· 115 commits to main since this release
a27276a
  • ⬇️ 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.