# 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 - retry with timeout ## Features ### postgres - deadpool_postgres ### redis - deadpool_redis ### sqlx - sqlx ## 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) ### example_sqlx Sqlx sample [source](https://github.com/aoyagikouhei/resident-utils-rs/tree/main/examples/example_sqlx) ### 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/holder_pg)