文件名称:dry_ex:糖衣长生不老药结构
文件大小:20KB
文件格式:ZIP
更新时间:2024-03-03 12:07:03
Elixir
干燥 Dry尝试为构建复杂的数据结构提供不错的DSL,而不必进行自定义映射和验证。 它受到Ruby dry-struct库的极大启发。 用法 defmodule Sibling do use Dry alias Dry . Types schema do attribute ( :name , Types . String ) end end defmodule User do use Dry alias Dry . Types schema do attribute ( :name , Types . String ) attribute ( :age , Types . Integer . options ( optional: true )) attribute ( :height ) attribute ( :br
【文件预览】:
dry_ex-master
----mix.exs(1KB)
----.credo.exs(7KB)
----.circleci()
--------config.yml(753B)
----lib()
--------runtime_error.ex(209B)
--------processor.ex(3KB)
--------dry.ex(4KB)
--------types()
----.formatter.exs(97B)
----test()
--------processor_test.exs(3KB)
--------dry_test.exs(4KB)
--------types()
--------test_helper.exs(15B)
--------support()
----README.md(2KB)
----mix.lock(3KB)
----.gitignore(614B)