ownable-macro 0.6.3

Procedural macros for the ownable crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog for ownable-macro

## 0.6.3 -- 2025-10-20

* Small fixes
* Specify minimal rust version
* Use darling for parsing

## 0.6.0 -- 2023-05-06

* Support to not generate functions
* Support generics
* Support const generics
* Support references

## 0.5.0 -- 2023-04-12

* Initial release