Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 631 Bytes

File metadata and controls

25 lines (21 loc) · 631 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-05-09

Added

  • Getset procedural macro.
  • Getset procedural macro field attributes:
    • get
    • get_mut
    • get_copy
    • get_deref
    • get_deref_mut
    • get_deref_copy
    • get_as_ref
    • get_as_deref
    • get_as_deref_mut
    • set