typed_struct icon indicating copy to clipboard operation
typed_struct copied to clipboard

Add TypedStructCtor to list of plugins

Open leggebroten opened this issue 8 months ago • 1 comments

Add TypedStructCtor to the Plugin section

The TypedStructCtor plugin uses field-level attributes to define constructor functions (new and from) on the struct being defined by TypedStruct

Includes a Livebook demo of how it works

typed_struct_ctor – Adds validating (new and from) constructor functions.

Try the macro out in real time without having to install or write any of your own code.
All you need is a running instance of Livebook

Run in Livebook

leggebroten avatar Dec 06 '23 20:12 leggebroten

I’ll take a look at your plugins more in details next week, but it seems to be a wonderful idea :)

ejpcmac avatar Dec 29 '23 21:12 ejpcmac