A very simple actor framework for Rust built on tokio.
Go to file
Blake Rain 999a5e95db
All checks were successful
Check / check (push) Successful in 46s
fix: relaxed the tokio version dependency
2024-04-06 12:19:15 +01:00
.gitea/workflows fix: remove installation of node packages 2023-11-01 15:25:37 +00:00
src fix: ignore incorrect clippy warning 2024-04-06 12:15:23 +01:00
tests feat: add some new features 2024-04-06 12:10:25 +01:00
.gitignore Initial commit 2023-11-01 13:22:11 +00:00
Cargo.toml fix: relaxed the tokio version dependency 2024-04-06 12:19:15 +01:00
CHANGELOG.md fix: relaxed the tokio version dependency 2024-04-06 12:19:15 +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.