A very simple actor framework for Rust built on tokio.
Find a file
2024-09-20 15:37:42 +01:00
.github/workflows chore: restrict checks to only the main branch 2024-09-20 15:35:13 +01:00
src fix: typo in a documentation comment 2024-09-20 15:37:42 +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 fix: remove unused constraint 2024-09-20 15:34:04 +01: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.