Phoenix 1.7's verified routes Elixir/Phoenix Security Live Coding: Preventing SQL Injection in Ecto

Rustler - Using Rust crates in Elixir

Didn’t find the Elixir package you wanted? Let’s see if Rust can help with that.

I recently needed a function to create and edit PDF files with Elixir for a small private project. I searched for some packages and the most notable one for Elixir is elixir-pdf, but it only offers to create PDFs without additional manipulation. That was fine by me since I wanted an excuse to do some more things in Rust anyway, and I found lopdf.

https://mainmatter.com/blog/2023/02/01/using-rust-crates-in-elixir/