Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

davidpdrsn/robin

Repository files navigation

Robin

Build Status Crates.io Documentation

Background jobs for Rust inspired by ActiveJob and Sidekiq ❤️

Not production ready

Probably a bad idea to use this for anything serious. Still early days.

Example

The docs have a complete example.

Installation

Add this to your Cargo.toml and you're good to go

[dependencies]
robin = "0.3.0"

Robin uses Redis for storing jobs, so make sure you have that installed.