Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpdrsn/robin
[UNMAINTAINED] Background jobs for Rust
https://github.com/davidpdrsn/robin
Last synced: 11 days ago
JSON representation
[UNMAINTAINED] Background jobs for Rust
- Host: GitHub
- URL: https://github.com/davidpdrsn/robin
- Owner: davidpdrsn
- License: mit
- Archived: true
- Created: 2018-03-17T22:12:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T14:41:15.000Z (over 5 years ago)
- Last Synced: 2024-10-05T21:47:50.766Z (about 1 month ago)
- Language: Rust
- Homepage: https://docs.rs/robin
- Size: 173 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Robin
[![Build Status](https://travis-ci.org/davidpdrsn/robin.svg?branch=master)](https://travis-ci.org/davidpdrsn/robin)
[![Crates.io](https://img.shields.io/crates/v/robin.svg)](https://crates.io/crates/robin)
[![Documentation](https://docs.rs/robin/badge.svg)](https://docs.rs/robin/)Background jobs for Rust inspired by ActiveJob and Sidekiq :heart:
## Not production ready
Probably a bad idea to use this for anything serious. Still early days.
## Example
[The docs have a complete example](https://docs.rs/robin).
## Installation
Add this to your `Cargo.toml` and you're good to go
```toml
[dependencies]
robin = "0.3.0"
```Robin uses Redis for storing jobs, so make sure you have that installed.