README.md

<p align="center">Parse Atom feeds quickly in Elixir</p>
<p align="center">
    <a href="https://hex.pm/packages/fast_atom"><img alt="Hex.pm" src="https://img.shields.io/hexpm/l/fast_atom"></a>
    <a href="https://hex.pm/packages/fast_atom"><img alt="Hex.pm" src="https://img.shields.io/hexpm/v/fast_atom"></a>
    <a href="https://hex.pm/packages/fast_atom"><img alt="Hex.pm" src="https://img.shields.io/hexpm/dt/fast_atom"></a>
    <a href="https://hexdocs.pm/fast_atom"><img alt="HexDocs.pm" src="https://img.shields.io/badge/hex-docs-purple.svg"></a>
</p>

---

## Note

This package is forked from the wonderful [fast_rss Elixir package](https://github.com/avencera/fast_rss) from [Avencera](https://github.com/avencera). All I changed was the underlying Rust code so that the package can be used to parse an Atom feed. All credit should go to that package's authors.