3 releases (breaking)

Uses old Rust 2015

0.3.0 Apr 8, 2018
0.2.0 Apr 7, 2018
0.1.0 Apr 4, 2018

#6 in #robin

31 downloads per month
Used in robin

MIT license

7KB
181 lines

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.

Dependencies

~2MB
~46K SLoC