fast_rss icon indicating copy to clipboard operation
fast_rss copied to clipboard

Fast Elixir RSS feed parser, a NIF wrapper around the Rust RSS crate

Results 4 fast_rss issues
Sort by recently updated
recently updated
newest added

I've noticed that `bench` was a total separate Elixir project within `fast_rss`. Is there a reason why it was implemented that way? Is it possible to move benchmark Elixir project...

good first issue

Since this project uses Rustler, I was curious if would you be open/interested in contributions to set up [`rusteler_precompiled`](https://hexdocs.pm/rustler_precompiled/RustlerPrecompiled.html). I am not sure the benefits (end-users not needing to have...

Hi, I'm getting this error; the suggested workaround does not work: how should I proceed? Thanks! ``` == Compilation error in file lib/fast_rss.ex == ** (RuntimeError) Error while downloading precompiled...

Hi, I started receiving this warning message: ``` [warning] The on_load function for module Elixir.FastRSS.Native returned: {:error, {:upgrade, ~c"Upgrade not supported by this NIF library."}} ```