Nurina is a URI parser for Elixir, using only pattern matching.
Find a file
Mikko Ahlroth dee30ffe11 Add readme
2015-02-14 21:02:09 +02:00
lib Initial commit 2015-02-14 20:57:07 +02:00
test Initial commit 2015-02-14 20:57:07 +02:00
.gitignore Initial commit 2015-02-14 20:57:07 +02:00
mix.exs Initial commit 2015-02-14 20:57:07 +02:00
README.md Add readme 2015-02-14 21:02:09 +02:00

Nurina

Nurina is a URI parser for Elixir. It was written for fun and as a learning exercise, so it's probably not terribly useful. It uses pattern matching instead of regex to parse the given URI, and attempts to follow RFC 3986.