| Crates.io | smithyq |
| lib.rs | smithyq |
| version | 0.1.2 |
| created_at | 2025-05-27 19:46:15.746358+00 |
| updated_at | 2025-05-29 19:27:16.000099+00 |
| description | A high-performance async task worker library for Rust - forge your tasks with type safety |
| homepage | https://github.com/AndreaBellomia/smithyq |
| repository | https://github.com/AndreaBellomia/smithyq |
| max_upload_size | |
| id | 1691613 |
| size | 251,637 |
Forge your tasks with type safety
SmithyQ is a high-performance async task worker library for Rust that brings the power of compile-time type safety to distributed task processing.
Add SmithyQ to your Cargo.toml:
[dependencies]
smithyq = "0.1"
# For Redis queue backend
smithyq = { version = "0.1", features = ["redis-queue"] }
# For PostgreSQL queue backend
smithyq = { version = "0.1", features = ["postgres-queue"] }
# For all features
smithyq = { version = "0.1", features = ["full"] }