Skip to content

matteosister/fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetcher Build Status

work in progress

Fetcher is a library to extract multiple values at once from big/nested data structures, while validating them and getting back meaningful errors.

Read the documentation

Installation

the package can be installed by adding fetcher to your list of dependencies in mix.exs:

def deps do
  [
    {:fetcher, "~> 0.1"}
  ]
end