You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)