FilterQueryParser
Small library to handle parsing of github style filter queries.
Installation
The package can be installed by adding filter_query_parser to your list of dependencies in mix.exs:
def deps do
[
{:filter_query_parser, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/filter_query_parser.