A very simple actor framework for Rust built on tokio.
Go to file
Blake Rain a197655365
Some checks failed
Check / check (push) Failing after 23s
feat: better actor construction
2024-05-13 12:47:06 +01:00
.gitea/workflows fix: remove installation of node packages 2023-11-01 15:25:37 +00:00
src feat: better actor construction 2024-05-13 12:47:06 +01: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: better actor construction 2024-05-13 12:47:06 +01:00
CHANGELOG.md feat: better actor construction 2024-05-13 12:47:06 +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.