Our Rust Crate just cleared 10K downloads

nathantippy

Nathan Tippy

Posted on September 13, 2024

Our Rust Crate just cleared 10K downloads

Perhaps not a big deal yet but we are excited.

steady_state provides an actor based approach to async threading. No Traits required instead your actor is a simple async method. Actors are restarted if they panic and reconnected to the same channels to ensure reliability of services.

Out of the box you can monitor your actors with nothing more than your browser and these same metrics are also provided for Prometheus scraping!

Try it out for your next Rust project.

💖 💪 🙅 🚩
nathantippy
Nathan Tippy

Posted on September 13, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related