A very simple actor framework for Rust built on tokio.
Find a file
Blake Rain 46aced22a0
All checks were successful
Check / check (push) Successful in 32s
Deploy / deploy (push) Successful in 27s
feat: add Forgejo workflow to deploy package
2026-03-09 18:38:26 +00:00
.cargo feat: add Forgejo workflow to deploy package 2026-03-09 18:38:26 +00:00
.forgejo/workflows feat: add Forgejo workflow to deploy package 2026-03-09 18:38:26 +00:00
src fix(spelling): in comment 2026-03-09 17:50:09 +00:00
tests feat: better actor construction 2024-05-13 12:47:06 +01:00
.gitignore Initial commit 2023-11-01 13:22:11 +00:00
Cargo.toml feat: add Forgejo workflow to deploy package 2026-03-09 18:38:26 +00:00
CHANGELOG.md fix: remove unused constraint 2024-09-20 15:34:04 +01:00
LICENSE Initial commit 2023-11-01 13:22:11 +00:00
README.md Initial commit 2023-11-01 13:22:11 +00:00

simple-actors

A very simple actor framework for Rust built on tokio.