DEV Community

Cover image for Our Rust Crate just cleared 10K downloads
Nathan Tippy
Nathan Tippy

Posted on

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.

Top comments (0)