Skip to content

v0.4.0

Choose a tag to compare

@carllerche carllerche released this 23 Feb 18:37
· 20 commits to main since this release
ba6be91

Fixed

  • Deref with equality pattern - *field: == value now works correctly when the dereferenced type implements PartialEq against the value type (#110)

Changed

  • Anonymous struct patterns always partial - _ { field: value } now always implies partial matching since the type is unknown, making .. unnecessary boilerplate. Explicit .. is still accepted for compatibility (#108)

Added

  • LLM reference guide - Compact syntax reference in LLM.txt optimized for LLM consumption (#109)
  • Improved API documentation - Expanded doc comments and examples in the main crate (#109)