kinnison / git-testament

Rust library for creating a commit testament at compile time
BSD 3-Clause "New" or "Revised" License
47 stars 10 forks source link

Make `git_testament!(…)` generate `const` #28

Closed Kijewski closed 1 year ago

Kijewski commented 1 year ago

This way the testament can be used in const fn.

kinnison commented 1 year ago

You're going to need to rebase this before it can be considered. Since your other work conflicts with it slightly

kinnison commented 1 year ago

Thank you for all these changes, they're excellent, especially taken as a whole.

I will hopefully be able to make a release later this week with it all in.

Kijewski commented 1 year ago

Thank you for your library! Its really useful and easy to use! :)

kinnison commented 1 year ago

Sorry it took so long, I had to visit family in hospital. Release of 0.2.5 made, with commensurate release of git-testament-derive. Thank you for all your effort.