Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 514 Bytes

Data CircleCI

Extensions to Elixir data structures.

Currently, this library contains 3 major components:

  • Data.Enum — extensions to Enums.
  • Data.Parser — parsers and parser combinators for BEAM data types.
  • Data.Constructor — smart constructors (struct building w/ validation) based on Data.Parsers.

For detailed documentation, see hex.pm.