Collection
Resources for implementing an Actor Model for Concurrency (in Rust)

I am trying to implement a highly-generic Actor Model in Rust. These are the resources I have found useful.

The problem is not only the message-passing implementation. I have already done that before and wrote about it as well.

The problem at this point (for me) is how to generalize that using the type system of Rust.