Skip to content

DesastreNatural/fast_syndication

 
 

Repository files navigation

FastSyndication

Minimal wrapper around Rust NIFs for fast RSS and Atom feed parsing

  • rss for parsing RSS feeds
  • atom for parsing Atom feeds

Heavily based on the existing FastRSS wrapper.

Usage

iex(1)>  {:ok, map_of_atom} = FastSyndication.parse_atom("...atom_feed_string...")
iex(2)>  {:ok, map_of_rss} = FastSyndication.parse_rss("...rss_feed_string...")
iex(2)>  {:ok, %Feed{...}} = FastSyndication.parse("...rss_or_atom_feed_string...")

Test resources

Atom

RSS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 92.3%
  • Rust 7.7%