Crates.io | aector |
lib.rs | aector |
version | 0.1.1 |
source | src |
created_at | 2022-06-12 15:36:03.103624 |
updated_at | 2022-06-12 15:38:29.941061 |
description | Dynamic implementation of the actor model with a smart built-in testing framework. |
homepage | |
repository | https://github.com/hopfii/aector |
max_upload_size | |
id | 604664 |
size | 105,694 |
This library provides an implementation of the actor model. The goal of this library is to enable users to create actors, which can dynamically change their behavior during runtime. This is achieved by internally working with trait objects and the Any trait. Further a testing framework is supplied which can be used to generate test actors in an easy and type-safe way.
For examples check out the provided examples and read the documentation which can be found at https://docs.rs/aector.