ownable 0.6.0

Derive macro for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog for ownable

## 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