Packages

Fiết is a feed parser in Elixir, which aims to provide extensibility, speed, and standard compliance to feed parsing.

Current section

Files

Jump to
fiet lib fiet.ex
Raw

lib/fiet.ex

defmodule Fiet do
@moduledoc """
Fiet is a feeds parser in Elixir, which aims to provide extensibility, speed, and
standard compliance to feed parsing.
Currently Fiet supports the following formats:
* `Fiet.RSS2`.
"""
end