Crates.io | aspartam |
lib.rs | aspartam |
version | 0.1.0 |
source | src |
created_at | 2022-10-01 16:31:50.932053 |
updated_at | 2022-10-01 16:31:50.932053 |
description | Minimalistic actor framework based on tokio, inspired by actix |
homepage | |
repository | https://github.com/hgonomeg/aspartam |
max_upload_size | |
id | 677899 |
size | 40,683 |
Minimalistic actor framework based on tokio, inspired by actix.
Aspartam tries to keep it simple and easy to use.
Messages are processed sequentially.
TODO
TODO
While actix
is great, it makes using async
/await
problematic in message handlers. Workarounds exist but that continues to be a major pain-point.
I decided to create something that feels similar to actix
but requires a lot less hassle and has less complexity overall.
actix
's Recipient