Skip to content

Commit

Permalink
Add typed_structor (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Aug 7, 2024
1 parent 2b56f27 commit fb7ee69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb7ee69

Please sign in to comment.