A very simple actor framework for Rust built on tokio.
Go to file
Blake Rain f4950e142a
All checks were successful
Check / check (push) Successful in 31s
chore: bump version to 0.4.1
2024-07-29 12:05:41 +01:00
.gitea/workflows fix: remove installation of node packages 2023-11-01 15:25:37 +00:00
src chore: remove unused ToEnvelope trait 2024-07-29 12:03:21 +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 chore: bump version to 0.4.1 2024-07-29 12:05:41 +01:00
CHANGELOG.md chore: bump version to 0.4.1 2024-07-29 12:05:41 +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.