Skip to content

admwrd/robin

 
 

Repository files navigation

Robin

  • Master: Build Status

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.

About

Background jobs for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.2%
  • Shell 3.8%