An Elixir port of Mercury Parser: https://github.com/postlight/mercury-parser
Shadowfacts 81375ede91 | ||
---|---|---|
config | ||
lib | ||
test | ||
.formatter.exs | ||
.gitignore | ||
README.md | ||
mix.exs |
README.md
Mercury
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding mercury
to your list of dependencies in mix.exs
:
def deps do
[
{:mercury, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mercury.