View Source FastAtom (fast_atom v0.1.0)

Parse Atom 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.