From fb7ee69ab3977d95ae97ef06be547a7596aea789 Mon Sep 17 00:00:00 2001 From: Phil Chen <06fahchen@gmail.com> Date: Wed, 7 Aug 2024 17:42:26 +0800 Subject: [PATCH] Add typed_structor (#4885) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d69072b3..a7e40015 100644 --- a/README.md +++ b/README.md @@ -1080,6 +1080,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [rulex](https://github.com/awetzel/rulex) - Simple rule handler using Elixir pattern matching. * [shorter_maps](https://github.com/meyercm/shorter_maps) - ~M sigil for map shorthand. `~M{id name} ~> %{id: id, name: name}`. * [typed_struct](https://github.com/ejpcmac/typed_struct) - An Elixir library for defining structs with a type without writing boilerplate code. +* [typed_structor](https://github.com/elixir-typed-structor/typed_structor) - A library for defining structs with types effortlessly. * [unsafe](https://github.com/whitfin/unsafe) - Generate easy unsafe (!) bindings for Elixir functions. ## Markdown