aector

Crates.ioaector
lib.rsaector
version0.1.1
sourcesrc
created_at2022-06-12 15:36:03.103624
updated_at2022-06-12 15:38:29.941061
descriptionDynamic implementation of the actor model with a smart built-in testing framework.
homepage
repositoryhttps://github.com/hopfii/aector
max_upload_size
id604664
size105,694
André Hopfgartner (hopfii)

documentation

https://docs.rs/aector

README

aector

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.

Commit count: 6

cargo fmt