File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,6 @@ defmodule MyModule do
371371end
372372```
373373
374- ## [ Contributing] ( CONTRIBUTING.md )
375-
376- Before contributing to this project, please read the
377- [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
378-
379374## Initial roadmap
380375
381376* [x] Struct definition
@@ -391,6 +386,19 @@ Before contributing to this project, please read the
391386* [x] Integration with [ Lens] ( https://github.com/obrok/lens )
392387* [ ] Integration with [ Ecto] ( https://github.com/elixir-ecto/ecto )
393388
389+ ## Related libraries
390+
391+ * [ Domo] ( https://github.com/IvanRublev/Domo ) : a library to validate structs that
392+ define a ` t() ` type, like the one generated by ` TypedStruct ` .
393+ * [ TypedEctoSchema] ( https://github.com/bamorim/typed_ecto_schema ) : a library
394+ that provides a DSL on top of ` Ecto.Schema ` to achieve the same result as
395+ ` TypedStruct ` , with ` Ecto ` .
396+
397+ ## [ Contributing] ( CONTRIBUTING.md )
398+
399+ Before contributing to this project, please read the
400+ [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
401+
394402## License
395403
396404Copyright © 2018-2020 Jean-Philippe Cugnet and Contributors
You can’t perform that action at this time.
0 commit comments