FastRSS (fast_rss v0.3.5) View Source

Parse RSS quickly using a Rust NIF.

Link to this section Summary

Functions

Parse a RSS string into a map.

Link to this section Functions

Specs

parse(String.t()) :: {:ok, map()} | {:error, String.t()}

Parse a RSS string into a map.