A very simple actor framework for Rust built on tokio.
Go to file
Blake Rain f7ea7169fa
All checks were successful
Check / check (push) Successful in 41s
fix: bad Unicode character in CHANGELOG
2024-04-16 14:38:02 +01:00
.gitea/workflows fix: remove installation of node packages 2023-11-01 15:25:37 +00:00
src feat: remove use of async-trait and move to Rust 1.75 2024-04-16 13:06:39 +01:00
tests feat: remove use of async-trait and move to Rust 1.75 2024-04-16 13:06:39 +01:00
.gitignore Initial commit 2023-11-01 13:22:11 +00:00
Cargo.toml feat: remove use of async-trait and move to Rust 1.75 2024-04-16 13:06:39 +01:00
CHANGELOG.md fix: bad Unicode character in CHANGELOG 2024-04-16 14:38:02 +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.