resident-utils 0.2.1

Resident program library.
Documentation
# resident-utils-rs

Resident program library.

[Documentation](https://docs.rs/resident-utils)

- execute cron loop task
- execute worker task
- ctrl+c graceful stop
- data holder for cache

## Features
### postgres
- deadpool_postgres

### redis
- deadpool_redis

## Changes
[CHANGELOG.md](https://github.com/aoyagikouhei/resident-utils-rs/blob/main/CHANGELOG.md)

## Examples
### example
PostgreSQL sample
[source](https://github.com/aoyagikouhei/resident-utils-rs/tree/main/examples/example)

### bot
𝕏 bot
[source](https://github.com/aoyagikouhei/resident-utils-rs/tree/main/examples/bot)

### data_holder
Data holder postgresql sample
[source](https://github.com/aoyagikouhei/resident-utils-rs/tree/main/examples/hobder_pg)