devlooped / StructId

Automatic implemention of stronly typed IDs via record structs with compile-time feature auto-detection
MIT License
2 stars 0 forks source link

Consider adding Ulid wrapper. #18

Open bboyle1234 opened 5 days ago

bboyle1234 commented 5 days ago

Best id type I know so far :)

https://github.com/Cysharp/Ulid

Back this issue Back this issue

bboyle1234 commented 5 days ago

I can't tell from the readme if we're able to create our own custom templates for this yet.

kzu commented 3 days ago

It's coming, yes, Working the most intuitive way right now. It's pretty awesome :)

Yeah, Ulid is great. Will make sure to use it as a test case for user templates, then add support built-in

kzu commented 2 days ago

Progress on templates: https://github.com/devlooped/StructId/pull/21