WIP
The library allows to create scheduled tasks via Redis for Rust.
```rust async fn handle(request: String) {}
producer.schedule("Hello!".to_string(), now() + 1000.).await; ```
CONTRIBUTING.md