An open API service indexing awesome lists of open source software.

https://github.com/endel/workers

Work in progress: simple job queue processing written in Rust
https://github.com/endel/workers

Last synced: about 1 year ago
JSON representation

Work in progress: simple job queue processing written in Rust

Awesome Lists containing this project

README

          

workers
===

Background job processing for Rust.

I've started this project to learn Rust. Don't expect production-quality
software here. Although it might evolve for production use someday.

To run the example:

```bash
cargo run --example http
```

License
---

MIT