Nurina/README.md

5 lines
233 B
Markdown
Raw Permalink Normal View History

2015-02-14 18:57:07 +00:00
# Nurina
2015-02-14 19:02:09 +00:00
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.