View Source API Reference want v1.17.1
Modules
Type conversion library for Elixir and Erlang. Want allows you to convert between Elixir and Erlang types using an intuitive interface. In
addition, Elixir users have access to more complex type conversion via the Want.map/3
, Want.keywords/3
and Want.Shape
functions and
macros.
Performs type conversions to atom values.
Performs type conversions to boolean values.
Provides conversions to and from Elixir Date structs.
Provides conversions to and from Elixir DateTime structs.
Behaviour for type casting modules.
Provides type conversions to enumerations.
Performs type conversions to float values.
Manages conversions to and from integers.
Manages conversions to and from keyword lists.
Manages conversions to and from lists.
Manages conversions to and from maps.
Provides macros for declaring an Ecto-like schema definition that can be used
to cast incoming data. Most of the macro logic here was adapted from Ecto.Schema
.
Specialized functions for dealing with sort parameters in Phoenix requests.
Manages conversions to and from strings.
Behaviour for type casting modules.
Behaviour for type casting modules.