rust Writing Rust NIF code to convert encryption code from Elixir to Rust In this article, we will go through what a NIF is, how to write safe NIF code using Rust and Rustler
rust Running scheduled cron jobs in Rust using tokio Running periodic/scheduled tasks in Rust using tokio and async/await
rust Making periodic http requests in Rust Making http requests in Rust using reqwest, tokio, async/await and http proxies and cookies